These methods are derived from the parent (SliceO) class:
|
Private: |
m_class_a (unsigned short)
|
The exact meaning of the content of "A" depend on the class:
|
||
|
Public: |
Return the value of the "m_class_a" variable.
|
|||
|
Set the value of the "m_class_a" variable.
|
||||
|
Private: |
m_class_b (unsigned short)
|
The exact meaning of content of "B" depend on the class:
|
||
|
Public: |
Return the value of the "m_class_b" variable.
|
|||
|
Set the value of the "m_class_b" variable.
|
And these are specific to the SliceO_Class class
|
Private: |
m_module (unsigned int)
|
When you open a "Mode", it is associated to the current window. Each window can therefor have a different associated mode. |
|
Public:
|
|
Set and Get the Module associated with the window.
|
|
|
Note:
|
|
|