| Server IP : 180.180.241.3 / Your IP : 216.73.216.35 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files/MySQL/MySQL Workbench 6.3 CE/structs/ |
Upload File : |
<?xml version="1.0"?>
<gstructs xmlns:attr="http://www.mysql.com/grt/struct-attribute">
<requires file="structs.xml"/>
<gstruct name="grt.PyObject" parent="TransientObject" attr:caption="Python object" attr:desc="wraps a Python object reference so it can be stored in a GRT container" impl-data="1" force-impl="1" attr:simple-impl-data="grt::AutoPyObject">
<members>
<method name="isEqualTo" attr:desc="checks whether the reference points to the same object as another refrence">
<argument name="other" type="object" struct-name="grt.PyObject"/>
<return type="int"/>
</method>
</members>
</gstruct>
<gstruct name="mforms.ObjectReference" parent="TransientObject" attr:caption="mforms Object Reference" attr:desc="an object representing a reference to a mforms object" impl-data="1" force-impl="1" attr:simple-impl-data="mforms::Object">
<members>
<member name="type" type="string" attr:desc="the specific type of mforms object" />
<member name="valid" type="int" read-only="1" calculated="1" delegate-get="1" attr:desc="whether the object is currently valid"/>
<method name="isEqualTo" attr:desc="checks whether the reference points to the same view as another reference">
<argument name="other" type="object" struct-name="mforms.ObjectReference"/>
<return type="int"/>
</method>
</members>
</gstruct>
<gstruct name="parser.ContextReference" parent="TransientObject" attr:caption="Parser context wrapper" attr:desc="wraps a parser context so it can be stored in a grt container" impl-data="1" force-impl="1">
<members>
<member name="valid" type="int" read-only="1" calculated="1" delegate-get="1" attr:desc="whether there's a context set"/>
</members>
</gstruct>
</gstructs>