NCBI C++ ToolKit
|
Search Toolkit Book for ShowHideInfo
Public Member Functions | |
virtual | ~ShowHideInfo (void) |
void | GetLabel (string *str) const |
virtual bool | IsVisible (const ShowHideManager *shm) const =0 |
virtual void | Show (ShowHideManager *shm, bool isShown) const =0 |
Public Attributes | |
vector< int > | parentIndexes |
Protected Attributes | |
string | label |
Definition at line 64 of file show_hide_manager.cpp.
|
inlinevirtual |
Definition at line 69 of file show_hide_manager.cpp.
|
inline |
Definition at line 71 of file show_hide_manager.cpp.
|
pure virtual |
Implemented in ShowHideDomain, ShowHideMolecule, and ShowHideObject.
|
pure virtual |
Implemented in ShowHideDomain, ShowHideMolecule, and ShowHideObject.
|
protected |
Definition at line 67 of file show_hide_manager.cpp.
Referenced by ShowHideDomain::ShowHideDomain(), ShowHideMolecule::ShowHideMolecule(), and ShowHideObject::ShowHideObject().
vector< int > ShowHideInfo::parentIndexes |
Definition at line 70 of file show_hide_manager.cpp.