Go to the
documentation of this file.
00001
00011
00012
00013 #if (_MSC_VER > 1000) || defined(SGI_COMPILER)
00014 #pragma once
00015 #endif
00016
00017 #ifndef __XSIPROPERTY_H__
00018 #define __XSIPROPERTY_H__
00019
00020 #include <xsi_projectitem.h>
00021 #include <xsi_status.h>
00022
00023 namespace XSI {
00024
00025
00056
00057
00058 class SICPPSDKDECL Property : public ProjectItem
00059 {
00060 public:
00062 Property();
00063
00065 ~Property();
00066
00070 Property(const CRef& in_ref);
00071
00075 Property(const Property& in_obj);
00076
00081 bool IsA( siClassID in_ClassID) const;
00082
00086 siClassID GetClassID() const;
00087
00093 Property& operator=(const Property& in_obj);
00094
00100 Property& operator=(const CRef& in_ref);
00101
00105 bool GetSingleton() const;
00106
00112 bool GetBranch() const;
00113
00120 CStatus PutBranch(bool in_bState);
00121
00122 private:
00123 Property * operator&() const;
00124 Property * operator&();
00125 };
00126
00127 };
00128
00129 #endif // __XSIPROPERTY_H__