SliceO_Class::Visibility_Set

 

This method is used to force the computation of the value of the CLASS_FLAG_VISIBLE flag for an instance of a class and potentially all its descendants.

 

 

Syntax

 

void  Visibility_Set(

          SliceO_Window * window,

          unsigned char recurs=1

) ;

 

 

Parameters

 

window

                    Pointer to the window for which the computation must be done.

 

recurs

                    If "1" (default value), then the flag of all the descendants of this instance will also be compute.

 

 

Return value

 

This method does not return a value.

 

 

Remarks

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also