The HImagePanelManagerObject class manages multipe image panels.
More...
#include <HObjects.h>
List of all members.
Detailed Description
The HImagePanelManagerObject class manages multipe image panels.
Constructor & Destructor Documentation
HImagePanelManagerObject::HImagePanelManagerObject |
( |
| ) |
|
Member Function Documentation
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 |
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
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
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
const char* HImagePanelManagerObject::GetName |
( |
| ) |
[virtual] |
- Returns:
- The name of the object which is 'imagepanel'.
Implements HObject.
static const char* HImagePanelManagerObject::GetStaticName |
( |
| ) |
[static] |
- Returns:
- The name of the object which is 'imagepanel'.
Member Data Documentation
The documentation for this class was generated from the following file: