Public Member Functions | |
virtual void | Initialize (Common::AddonsManager &, const Common::AddonParameters &) |
initialize addon. | |
bool | IsInitialized () const |
bool | IsStopped () const |
PropertyTreeAddon () | |
virtual void | Stop () |
Stopping addon work. After calling this method addon should throw exception on any calls. | |
Private Attributes | |
bool | Initialized |
bool | Stopped |
Definition at line 51 of file addons_manager_test.cpp.
PropertyTreeAddon::PropertyTreeAddon | ( | ) | [inline] |
Definition at line 58 of file addons_manager_test.cpp.
virtual void PropertyTreeAddon::Initialize | ( | Common::AddonsManager & | manager, |
const Common::AddonParameters & | parameters | ||
) | [inline, virtual] |
initialize addon.
Implements Common::Addon.
Definition at line 64 of file addons_manager_test.cpp.
bool PropertyTreeAddon::IsInitialized | ( | ) | const [inline] |
Definition at line 76 of file addons_manager_test.cpp.
bool PropertyTreeAddon::IsStopped | ( | ) | const [inline] |
Definition at line 81 of file addons_manager_test.cpp.
virtual void PropertyTreeAddon::Stop | ( | ) | [inline, virtual] |
Stopping addon work. After calling this method addon should throw exception on any calls.
Implements Common::Addon.
Definition at line 71 of file addons_manager_test.cpp.
bool PropertyTreeAddon::Initialized [private] |
Definition at line 54 of file addons_manager_test.cpp.
bool PropertyTreeAddon::Stopped [private] |
Definition at line 55 of file addons_manager_test.cpp.