#include "api/LCDElement.h"
Inheritance diagram for LCDElement:
Definition at line 35 of file LCDElement.h.
Public Member Functions | |
~LCDElement () | |
Destructor of the element. | |
void | add (LCDElement *child) |
Add a child to the component. | |
const std::string & | getId () |
Returns Id of the element. | |
Static Public Member Functions | |
bool | exists (std::string id) |
Test if a widget with given Id exists. |
|
This destructor sends deletion commands to LCDproc server so the element is removed. Definition at line 42 of file LCDElement.cpp. |
|
This method is used to add a child to a component.
Definition at line 110 of file LCDElement.cpp. |
|
This static method is used to test the existence of a widget.
Definition at line 76 of file LCDElement.cpp. |
|
With this method one can have read access to the element identifier.
Definition at line 82 of file LCDElement.cpp. |