• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/

Lines Matching refs:property

713 // wxPropertyInfo is used to inquire of the property by name.  It doesn't
714 // provide access to the property, only information about it. If you
765 #define wxSETTER( property, Klass, valueType, setterMethod ) \
766 class wxSetter##property : public wxSetter \
770 wxSetter##property() : wxSetter( wxT(#setterMethod) ) {} \
771 virtual ~wxSetter##property() {} \
782 #define wxGETTER( property, Klass, valueType , gettermethod ) \
783 class wxGetter##property : public wxGetter \
787 wxGetter##property() : wxGetter( wxT(#gettermethod) ) {} \
788 virtual ~wxGetter##property() {} \
796 #define wxADDER( property, Klass, valueType , addermethod ) \
797 class wxAdder##property : public wxAdder \
801 wxAdder##property() : wxAdder( wxT(#addermethod) ) {} \
802 virtual ~wxAdder##property() {} \
813 #define wxCOLLECTION_GETTER( property, Klass, valueType , gettermethod ) \
814 class wxCollectionGetter##property : public wxCollectionGetter \
818 wxCollectionGetter##property() : wxCollectionGetter( wxT(#gettermethod) ) {} \
819 virtual ~wxCollectionGetter##property() {} \
835 // Setting a simple property (non-collection)
839 // Getting a simple property (non-collection)
843 // Adding an element to a collection property
847 // Getting a collection property
896 // Adding an element to a collection property
900 // Getting a collection property
915 // object graph property, will be streamed with priority (after constructor properties)
919 // don't stream out this property, needed eg to avoid streaming out children that are always created by their parents
1043 // return the class this property is declared in
1046 // return the name of this property
1049 // returns the flags of this property
1052 // returns the short help string of this property
1055 // returns the group string of this property
1058 // return the element type info of this property (for collections, otherwise NULL)
1066 // return the type info of this property
1074 // return the accessor for this property
1077 // returns NULL if this is the last property of this class
1080 // returns the default value of this property, its kind may be wxT_VOID if it is not valid
1110 // to be assigned by the designer to the property
1238 // return the class this property is declared in
1730 // returns the first property
1754 // Runtime access to objects for simple properties (get/set) by property name, and variant data
1758 // Runtime access to objects for collection properties by property name
1773 // find property by name
1779 // find property by name
1859 // Runtime access to objects by property name, and variant data
1863 // adds a property to this class at runtime
1866 // removes an existing runtime-property
1869 // renames an existing runtime-property