renamed AQDG_PLACE_OBJECT to AQDG_OBJECT, added options.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<?xml?>
|
||||
|
||||
<tm2>
|
||||
<type id="AQDG_PLACE_OBJECT" type="pointer">
|
||||
<type id="AQDG_OBJECT" type="pointer">
|
||||
<descr>
|
||||
</descr>
|
||||
<lang id="c">
|
||||
<identifier>AQDG_PLACE_OBJECT</identifier>
|
||||
<prefix>AQDG_PlaceObject</prefix>
|
||||
<identifier>AQDG_OBJECT</identifier>
|
||||
<prefix>AQDG_Object</prefix>
|
||||
<baseFileName>object</baseFileName>
|
||||
|
||||
<flags>
|
||||
@@ -24,12 +24,12 @@
|
||||
|
||||
<defines>
|
||||
|
||||
<define id="AQDG_PLACE_OBJECT_FLAGS" prefix="AQDG_PLACE_OBJECT_FLAGS_">
|
||||
<define id="AQDG_OBJECT_FLAGS" prefix="AQDG_OBJECT_FLAGS_">
|
||||
<item name="HIDDEN" value="0x00000001" />
|
||||
<item name="LAYOUTCHANGED" value="0x00000002" />
|
||||
</define>
|
||||
|
||||
<define id="AQDG_PLACE_OBJECT_OPTIONS" prefix="AQDG_PLACE_OBJECT_OPTIONS_">
|
||||
<define id="AQDG_OBJECT_OPTIONS" prefix="AQDG_OBJECT_OPTIONS_">
|
||||
<item name="FIXEDX" value="0x00000001" />
|
||||
<item name="FIXEDY" value="0x00000002" />
|
||||
<item name="FIXEDWIDTH" value="0x00000004" />
|
||||
@@ -38,6 +38,10 @@
|
||||
<item name="STRETCHY" value="0x00000020" />
|
||||
<item name="EQUALWIDTH" value="0x00000040" />
|
||||
<item name="EQUALHEIGHT" value="0x00000080" />
|
||||
<item name="HALIGNRIGHT" value="0x00000100" />
|
||||
<item name="HALIGNCENTER" value="0x00000200" />
|
||||
<item name="VALIGNBOTTOM" value="0x00000400" />
|
||||
<item name="VALIGNCENTER" value="0x00000800" />
|
||||
</define>
|
||||
|
||||
</defines>
|
||||
@@ -93,6 +97,43 @@
|
||||
<access>public</access>
|
||||
</member>
|
||||
|
||||
<member name="borderLeft" type="int" maxlen="8" >
|
||||
<default>0</default>
|
||||
<preset>0</preset>
|
||||
<access>public</access>
|
||||
</member>
|
||||
|
||||
<member name="borderRight" type="int" maxlen="8" >
|
||||
<default>0</default>
|
||||
<preset>0</preset>
|
||||
<access>public</access>
|
||||
</member>
|
||||
|
||||
<member name="borderTop" type="int" maxlen="8" >
|
||||
<default>0</default>
|
||||
<preset>0</preset>
|
||||
<access>public</access>
|
||||
</member>
|
||||
|
||||
<member name="borderBottom" type="int" maxlen="8" >
|
||||
<default>0</default>
|
||||
<preset>0</preset>
|
||||
<access>public</access>
|
||||
</member>
|
||||
|
||||
<member name="hSpacing" type="int" maxlen="8" >
|
||||
<default>0</default>
|
||||
<preset>0</preset>
|
||||
<access>public</access>
|
||||
</member>
|
||||
|
||||
<member name="vSpacing" type="int" maxlen="8" >
|
||||
<default>0</default>
|
||||
<preset>0</preset>
|
||||
<access>public</access>
|
||||
</member>
|
||||
|
||||
|
||||
<member name="flags" type="uint32_t" maxlen="8">
|
||||
<default>0</default>
|
||||
<preset>0</preset>
|
||||
|
||||
Reference in New Issue
Block a user