Utility class.
#include <ToolsGUI.h>
Static Public Member Functions | |
| static bool | GetVisibility (_PTR(Study) theStudy, _PTR(SObject) theObj, void *theId) |
| Get visibility value of the "AttributeGraphic" attribute. | |
| static bool | SetVisibility (_PTR(Study) theStudy, const char *theEntry, const bool theValue, void *theId) |
| Set visibility value of the "AttributeGraphic" attribute. | |
| bool ToolsGUI::GetVisibility | ( | _PTR(Study) | theStudy, |
| _PTR(SObject) | theObj, | ||
| void * | theId | ||
| ) | [static] |
| theStudy | study |
| theObj | object |
| theId | sub-object identifier |
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] |
| theStudy | study |
| theObj | object |
| theId | sub-object identifier |
References _PTR().