The HImagePanelManagerObject class manages multipe image panels.
More...
#include <HObjects.h>
The HImagePanelManagerObject class manages multipe image panels.
◆ HImagePanelManagerObject()
HImagePanelManagerObject::HImagePanelManagerObject |
( |
| ) |
|
◆ AddImagePanel()
void HImagePanelManagerObject::AddImagePanel |
( |
HImagePanel * |
ip | ) |
|
This method adds a new image panel to the manager class
- Parameters
-
ip | Image Panel Identifier of new image region |
◆ DeleteImagePanel() [1/2]
bool HImagePanelManagerObject::DeleteImagePanel |
( |
char const * |
name, |
|
|
bool |
doDelete = true , |
|
|
HImagePanel ** |
ip = 0 |
|
) |
| |
This method deletes an existing image panel object given its name
- Parameters
-
name | Name of image panel |
doDelete | True: Call destructor of image panel object |
ip | Pointer to Image Panel object |
- Returns
- True: Found
◆ DeleteImagePanel() [2/2]
bool HImagePanelManagerObject::DeleteImagePanel |
( |
HImagePanel * |
ip, |
|
|
bool |
doDelete = true |
|
) |
| |
This method deletes an existing image panel object given a pointer to it
- Parameters
-
ip | Pointer to Image Panel object |
doDelete | True: Call destructor of image panel object |
- Returns
- True: Found
◆ GetImagePanelByName()
HImagePanel* HImagePanelManagerObject::GetImagePanelByName |
( |
char const * |
name | ) |
|
This method retrieves a pointer to an image panel object given its name
- Parameters
-
- Returns
- Pointer to Image Panel
◆ GetName()
const char* HImagePanelManagerObject::GetName |
( |
| ) |
|
|
virtual |
- Returns
- The name of the object which is 'imagepanel'.
Implements HObject.
◆ GetStaticName()
static const char* HImagePanelManagerObject::GetStaticName |
( |
| ) |
|
|
static |
- Returns
- The name of the object which is 'imagepanel'.
◆ m_ImagePanelList
struct vlist_s* HImagePanelManagerObject::m_ImagePanelList |
|
protected |
The documentation for this class was generated from the following file: