[Kst] www/areas/extragear/apps/kst/kstscript/docs

George Staikos staikos at kde.org
Sun May 29 18:08:22 CEST 2005


SVN commit 419511 by staikos:

add docs for more properties


 M  +23 -3     ViewObject.html  


--- trunk/www/areas/extragear/apps/kst/kstscript/docs/ViewObject.html #419510:419511
@@ -10,13 +10,25 @@
                 object and may not be instantiated directly.
   </p>
 <br><br><h3>Methods:</h3>
-<ul></ul>
+<ul>
+<a href="#method_findChild">findChild</a> ( pos )<br>
+</ul>
 <h3>Properties:</h3>
 <ul>
-<a href="#property_position">position</a><br><a href="#property_size">size</a><br><a href="#property_tagName">tagName</a><br><a href="#property_onGrid">onGrid</a><br><a href="#property_columns">columns</a><br><a href="#property_color">color</a><br><a href="#property_backgroundColor">backgroundColor</a><br><a href="#property_maximized">maximized</a><br><a href="#property_children">children</a><br>
+<a href="#property_position">position</a><br><a href="#property_size">size</a><br><a href="#property_tagName">tagName</a><br><a href="#property_onGrid">onGrid</a><br><a href="#property_columns">columns</a><br><a href="#property_color">color</a><br><a href="#property_backgroundColor">backgroundColor</a><br><a href="#property_maximized">maximized</a><br><a href="#property_minimumSize">minimumSize</a><br><a href="#property_type">type</a><br><a href="#property_children">children</a><br>
 </ul>
       Collection class: <a href="ViewObjectCollection.html">ViewObjectCollection</a><br><hr>
-<br><a name="property_position"></a><b><a href="Point.html">Point</a>  position</b><br><ul><p>
+<br><a name="method_findChild"></a><b><a href="ViewObject.html">ViewObject</a> findChild ( <a href="Point.html">Point</a> pos )</b><br><ul>
+<a href="Point.html">Point</a> <b>pos</b> - 
+      The relative position to search.
+       
+      <br><p>
+    Finds the topmost child of this view object at the given
+                    point.  Returns null if there is no child there.
+    
+    </p>
+</ul>
+<br><br><a name="property_position"></a><b><a href="Point.html">Point</a>  position</b><br><ul><p>
     The location of the object relative to its parent.
     
     </p></ul>
@@ -52,6 +64,14 @@
                     <i>normal</i> size again.
      
     </p></ul>
+<br><br><a name="property_minimumSize"></a><b><a href="Size.html">Size</a>  minimumSize [Read-Only]</b><br><ul><p>
+    The minimum size of the view object.
+     
+    </p></ul>
+<br><br><a name="property_type"></a><b>string  type [Read-Only]</b><br><ul><p>
+    A string containing the type of this view object.
+     
+    </p></ul>
 <br><br><a name="property_children"></a><b><a href="ViewObjectCollection.html">ViewObjectCollection</a>  children [Read-Only]</b><br><ul><p>
     The list of all children of this view object in z-order
                     from the furthest back to the closest to the top.  This


More information about the Kst mailing list