Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
GEOMGUI_TextTreeWdg::VisualProperty Class Referenceabstract

Common interface for working with shape dimension and annotation properties of object in a unified way irrespectively of the implementation.

#include <GEOMGUI_TextTreeWdg.h>

Public Member Functions

virtual int GetNumber ()=0
 
virtual QString GetName (const int theIndex)=0
 
virtual bool GetIsVisible (const int theIndex)=0
 
virtual void SetIsVisible (const int theIndex, const bool theIsVisible)=0
 
virtual void Save ()=0
 

Member Function Documentation

virtual bool GEOMGUI_TextTreeWdg::VisualProperty::GetIsVisible ( const int  theIndex)
pure virtual
virtual QString GEOMGUI_TextTreeWdg::VisualProperty::GetName ( const int  theIndex)
pure virtual
virtual int GEOMGUI_TextTreeWdg::VisualProperty::GetNumber ( )
pure virtual
virtual void GEOMGUI_TextTreeWdg::VisualProperty::Save ( )
pure virtual
virtual void GEOMGUI_TextTreeWdg::VisualProperty::SetIsVisible ( const int  theIndex,
const bool  theIsVisible 
)
pure virtual

The documentation for this class was generated from the following file: