<div dir="ltr"><div><div><div>Let's take this back to the ml so everyone can see.<br><br></div>This looks like a Box Widget panel, and it is not generated from xml, but from a specific .ui file<br>./Qt/ApplicationComponents/Resources/UI/pqBoxPropertyWidget.ui   <br><br></div>To use it from a xml file, you have to specify a specific panel usage<br>panel_widget="InteractiveBox"<br><br></div>see ParaViewCore/ServerManager/SMApplication/Resources/utilities.xml:668 vtkPVBox xml declaration.<br><div class="gmail_extra"><br></div><div class="gmail_extra">Regards,<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mathieu Westphal<br></div></div></div>
<br><div class="gmail_quote">On Tue, Mar 7, 2017 at 11:33 AM, Chiranjib Sur <span dir="ltr"><<a href="mailto:sur.chiranjib@gmail.com" target="_blank">sur.chiranjib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks once again. This is very helpful. I come up with questions as I explore more (and when you answer :)).<div><br></div><div>Where can I find the source (xml) which creates the following panel for the transformation filter</div><div><br></div><div><img src="cid:ii_15aa853f9c5b12ff" alt="Inline image 1" width="438" height="196"><span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div> </div><div>Chiranjib</div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 7, 2017 at 3:52 PM, Mathieu Westphal <span dir="ltr"><<a href="mailto:mathieu.westphal@kitware.com" target="_blank">mathieu.westphal@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div><div>filters.xml can be found here :<br>ParaViewCore/ServerManager/SMA<wbr>pplication/Resources/filters.<wbr>xml<br><br></div>Generally speaking, if one wants to find the xml and vtk classes of a filter used in paraview :<br></div>- Click on Help button in Properties Dock Widget -> Open the help for the filter<br></div>- On top of the help page is the label and name of the filter<br></div>- Then open ParaViewCore/ServerManager/SMA<wbr>pplication/Resources/*.xml file and search for the name of the filter<br></div>- once the xml declaration of the filter is found, look for class="vtkClassName", this is the name of the vtkClass<br><br></div>Another way to only get the vtk class name would be using the python shell this way :<br></div>- Select filter<br></div>- Open python shell<br>-<span style="font-family:"courier";font-size:9pt;color:rgb(0,0,0)"> GetActiveSource().SMProxy.GetV<wbr>TKClassName()<br><br></span></div><span style="font-family:"courier";font-size:9pt;color:rgb(0,0,0)">Regards,<br></span></div><div class="gmail_extra"><br clear="all"><div><div class="m_7011330054208654555m_-5729814710266778697gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mathieu Westphal<br></div></div></div><div><div class="m_7011330054208654555h5">
<br><div class="gmail_quote">On Tue, Mar 7, 2017 at 11:14 AM, Chiranjib Sur <span dir="ltr"><<a href="mailto:sur.chiranjib@gmail.com" target="_blank">sur.chiranjib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks again. Can you spare me the path of the file "filters.xml". That would be very helpful.<div><br></div><div>I have another question. Typically, where to find the source for the Filters and the corresponding servermanager.xml file?</div><span class="m_7011330054208654555m_-5729814710266778697HOEnZb"><font color="#888888"><div><br></div><div>Chiranjib<br><div><br></div></div></font></span></div><div class="m_7011330054208654555m_-5729814710266778697HOEnZb"><div class="m_7011330054208654555m_-5729814710266778697h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 7, 2017 at 3:32 PM, Mathieu Westphal <span dir="ltr"><<a href="mailto:mathieu.westphal@kitware.com" target="_blank">mathieu.westphal@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">You can diferentiate between the name of the property, and it's label. see filters.xml:6081 vtkWarpVector -> SelectInputVectors property.<span class="m_7011330054208654555m_-5729814710266778697m_-1257773148354688560HOEnZb"><font color="#888888"><br></font></span></div><div class="gmail_extra"><span class="m_7011330054208654555m_-5729814710266778697m_-1257773148354688560HOEnZb"><font color="#888888"><br clear="all"><div><div class="m_7011330054208654555m_-5729814710266778697m_-1257773148354688560m_1460888252348678681gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mathieu Westphal<br></div></div></div></font></span><div><div class="m_7011330054208654555m_-5729814710266778697m_-1257773148354688560h5">
<br><div class="gmail_quote">On Tue, Mar 7, 2017 at 11:00 AM, Chiranjib Sur <span dir="ltr"><<a href="mailto:sur.chiranjib@gmail.com" target="_blank">sur.chiranjib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thank Mathieu.<div>Yes, I thought about that. In that case I resolve the value using:</div><div><br></div><div><span style="color:rgb(0,0,255);font-family:monospace,monospace;font-size:12.8px">vtkSMPropertyHelper( proxy(), "Height (in cm)" ).GetAsDouble();</span><br></div><div><br></div><div>But I wanted to make it more clean without adding the "units" to the label. </div><div><br></div><div>Thanks,</div><div>Chiranjib</div></div><div class="m_7011330054208654555m_-5729814710266778697m_-1257773148354688560m_1460888252348678681HOEnZb"><div class="m_7011330054208654555m_-5729814710266778697m_-1257773148354688560m_1460888252348678681h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 7, 2017 at 3:11 PM, Mathieu Westphal <span dir="ltr"><<a href="mailto:mathieu.westphal@kitware.com" target="_blank">mathieu.westphal@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hello<br><br></div><div>I suposed you may already have thought of that, but <br>the easiest way to go would be to label you property "Height (cm)"<br></div><br></div>Regards<br></div><div class="gmail_extra"><br clear="all"><div><div class="m_7011330054208654555m_-5729814710266778697m_-1257773148354688560m_1460888252348678681m_-3502619054340479421m_7902952161349001476gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mathieu Westphal<br></div></div></div>
<br><div class="gmail_quote"><div><div class="m_7011330054208654555m_-5729814710266778697m_-1257773148354688560m_1460888252348678681m_-3502619054340479421h5">On Tue, Mar 7, 2017 at 10:31 AM, Chiranjib Sur <span dir="ltr"><<a href="mailto:sur.chiranjib@gmail.com" target="_blank">sur.chiranjib@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_7011330054208654555m_-5729814710266778697m_-1257773148354688560m_1460888252348678681m_-3502619054340479421h5"><div dir="ltr">Hi,<div>I am developing a plugin and while doing so, I thought of putting "<font color="#0000ff">units system</font>" to the numeric fields in the property panel. For example, the in the below screenshot I want to add " <font color="#0000ff">in cm</font>" after the numeric field.</div><div><br></div><div><img src="cid:ii_15aa819249275a26" alt="Inline image 1" width="446" height="60"><br></div><div><br></div><div>Currently, I can extract the numeric value of these quantities by using "<font color="#0000ff">vtkSMPropertyHelper</font>" like</div><div><br></div><div><font color="#0000ff" face="monospace, monospace">vtkSMPropertyHelper( proxy(), "Height" ).GetAsDouble();</font><br></div><div><br></div><div>This utility I want to retain. I am wondering, how can I add strings like "<font color="#0000ff">cm</font>" etc in the display menu without reading them using <font color="#0000ff">vtkSMPropertyHelper</font>.</div><div><br></div><div>Any clue?</div><div><br></div><div>Thanks in advance.</div><span class="m_7011330054208654555m_-5729814710266778697m_-1257773148354688560m_1460888252348678681m_-3502619054340479421m_7902952161349001476HOEnZb"><font color="#888888"><div>Chiranjib</div></font></span></div>
<br></div></div>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/paraview-develope<wbr>rs</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div></div>