Window Identification

 

 

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:

SliceO_Window

The display mode of the window. A window can be 2D (WINDOW_MODE_ALL or WINDOW_MODE_ONE) or 3D (WINDOW_MODE_3D).

 

Public:

Class_A_Get

Return the value of the "m_class_a" variable.

 

Class_A_Set

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:

SliceO_Window

Window's ID

 

Public:

Class_B_Get

Return the value of the "m_class_b" variable.

 

Class_B_Set

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:

 

Module_Get

 

 

Set and Get the Module associated with the window.

 

Module_Set

 

 

 

Note:

 

If you want to change the mode of the current window, you should use the function "Fct_Change_Mode", it will update all the necessary flags for you.