|
| OlaPlugin (unsigned int id, const std::string &name, bool active, bool enabled) |
|
unsigned int | Id () const |
| The plugin id.
|
|
const std::string & | Name () const |
| The name of the plugin.
|
|
bool | IsActive () const |
| Indicates if the plugin is active or not. More...
|
|
bool | IsEnabled () const |
| Indicates if the plugin is enabled or not. More...
|
|
bool | operator< (const OlaPlugin &other) const |
|
◆ IsActive()
bool ola::client::OlaPlugin::IsActive |
( |
| ) |
const |
|
inline |
Indicates if the plugin is active or not.
- Returns
- true if the plugin is active, false otherwise.
◆ IsEnabled()
bool ola::client::OlaPlugin::IsEnabled |
( |
| ) |
const |
|
inline |
Indicates if the plugin is enabled or not.
- Returns
- true if the plugin is enabled, false otherwise.
The documentation for this class was generated from the following file: