Public Member Functions | |
| ExplorerPlugin () | |
| Ctor. | |
| virtual | ~ExplorerPlugin () |
| Dtor. | |
| virtual bool | init (const std::string &a_basePath) |
| init | |
| virtual const std::string & | name () const |
| name | |
| virtual bool | startup (Tonido::System::MessageDispatcher *dispatcher) |
| startup | |
| virtual bool | shutdown () |
| shutdown | |
| virtual void | onMessage (const void *pSender, Tonido::Data::Message::SharedPtr &args) |
| onMessage | |
| Tonido::Explorer::ExplorerPlugin::ExplorerPlugin | ( | ) |
Ctor.
Details if needed
| Tonido::Explorer::ExplorerPlugin::~ExplorerPlugin | ( | ) | [virtual] |
Dtor.
Details if needed
| bool Tonido::Explorer::ExplorerPlugin::init | ( | const std::string & | a_basePath | ) | [virtual] |
| const std::string & Tonido::Explorer::ExplorerPlugin::name | ( | ) | const [virtual] |
| void Tonido::Explorer::ExplorerPlugin::onMessage | ( | const void * | pSender, |
| Tonido::Data::Message::SharedPtr & | args | ||
| ) | [virtual] |
| bool Tonido::Explorer::ExplorerPlugin::shutdown | ( | ) | [virtual] |
| bool Tonido::Explorer::ExplorerPlugin::startup | ( | Tonido::System::MessageDispatcher * | dispatcher | ) | [virtual] |