3#include "GUIPropertyMenuNodeContainer.h" 
   10        class FL_EXPORT CGUIPropertyMenuNodeArray2Point4 : 
public CGUIPropertyMenuNodeContainer
 
   12            SupportToDuplicateObject(CGUIPropertyMenuNodeArray2Point4<T>);
 
   15            CGUIPropertyMenuNodeArray2Point4();
 
   16            virtual ~CGUIPropertyMenuNodeArray2Point4();
 
   18            DeclareGetClassType();
 
   21            virtual Base::CFLString<wchar_t> GetPropertyData() 
const override;
 
   22            virtual const CResult UpdatePropertyMenuItemValue() 
override;
 
   24            virtual Base::CFLString<wchar_t> GetCodeVariableType() 
const override;
 
Definition D2DObject.h:12