Open Lighting Architecture  0.9.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ola::client::OlaPlugin Class Reference

Detailed Description

Represents a Plugin.

Public Member Functions

 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.
bool IsEnabled () const
 Indicates if the plugin is enabled or not.
bool operator< (const OlaPlugin &other) const

Member Function Documentation

bool ola::client::OlaPlugin::IsActive ( ) const
inline

Indicates if the plugin is active or not.

Returns
true if the plugin is active, false otherwise.
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: