Inheritance diagram for ScaleUnitReference:

Public Member Functions | |
| ScaleUnitReference () | |
| ScaleUnitReference (ScaleUnit &UnitToReference) | |
| ScaleUnit * | GetUnit () const |
| BOOL | SetUnit (ScaleUnit *const pUnit) |
Protected Attributes | |
| ScaleUnit * | m_pUnit |
| BOOL | m_bChecked |
Private Member Functions | |
| CC_DECLARE_DYNAMIC (ScaleUnitReference) | |
Definition at line 882 of file scunit.cpp.
|
|
Definition at line 886 of file scunit.cpp. 00886 : m_pUnit(NULL), m_bChecked(FALSE) {}
|
|
|
Definition at line 887 of file scunit.cpp. 00887 : m_pUnit(&UnitToReference), m_bChecked(FALSE) {}
|
|
|
|
|
|
Definition at line 889 of file scunit.cpp. 00889 { return m_pUnit; }
|
|
|
Definition at line 890 of file scunit.cpp.
|
|
|
Definition at line 893 of file scunit.cpp. |
|
|
Definition at line 892 of file scunit.cpp. |
1.4.4