Widget handler class.
More...
#include <WidgetHandler.h>
List of all members.
Detailed Description
Constructor & Destructor Documentation
Copy constructor.
- Parameters:
-
Member Function Documentation
Get widget pointer.
- Returns:
- Pointer to widget, can be a null pointer
Set widget pointer.
- Parameters:
-
[in] | pWidget | Pointer to widget, can be a null pointer |
- Returns:
- 'true' if all went fine, else 'false'
Check if the widget pointer is valid.
- Returns:
- 'true' if the handler points to a valid widget, else 'false'
PLGUI_API bool PLGui::WidgetHandler::operator== |
( |
const WidgetHandler & |
cOther | ) |
const |
Compare operator.
- Parameters:
-
- Returns:
- 'true' if equal, else 'false'
Assignment operator.
- Parameters:
-
- Returns:
- Reference to this object
The documentation for this class was generated from the following file: