Utility class.  
#include <ToolsGUI.h>
 | 
| static bool  | GetVisibility (_PTR(Study) theStudy, _PTR(SObject) theObj, void *theId) | 
|   | Get visibility value of the "AttributeGraphic" attribute.  More...
  | 
|   | 
| static bool  | SetVisibility (_PTR(Study) theStudy, const char *theEntry, const bool theValue, void *theId) | 
|   | Set visibility value of the "AttributeGraphic" attribute.  More...
  | 
|   | 
  
  
      
        
          | bool ToolsGUI::GetVisibility  | 
          ( | 
          _PTR(Study)  | 
          theStudy,  | 
         
        
           | 
           | 
          _PTR(SObject)  | 
          theObj,  | 
         
        
           | 
           | 
          void *  | 
          theId  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
- Parameters
 - 
  
    | theStudy | study  | 
    | theObj | object  | 
    | theId | sub-object identifier  | 
  
   
- Returns
 true if an object (sub-object) is visible 
References _PTR().
 
 
  
  
      
        
          | bool ToolsGUI::SetVisibility  | 
          ( | 
          _PTR(Study)  | 
          theStudy,  | 
         
        
           | 
           | 
          const char *  | 
          theEntry,  | 
         
        
           | 
           | 
          const bool  | 
          theValue,  | 
         
        
           | 
           | 
          void *  | 
          theId  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
- Parameters
 - 
  
    | theStudy | study  | 
    | theObj | object  | 
  
   
- Returns
 - theValue new visibility value 
 
- Parameters
 - 
  
    | theId | sub-object identifier  | 
  
   
References _PTR().
 
 
The documentation for this class was generated from the following files: