#include <action.h>
Public Member Functions | |
class action & | getAction (const string v) |
void | setAction (class action &v) |
map< string, class action > & | listAction () |
void | delAction (const string v) |
const bool | isAction (const string v) const |
bool | load (class channel &ch) |
void | save (class channel &ch) |
class action & | getAction (const string v) |
void | setAction (class action &v) |
map< string, class action > & | listAction () |
void | delAction (const string v) |
const bool | isAction (const string v) const |
bool | load (class channel &ch) |
void | save (class channel &ch) |
Public Attributes | |
multimap< string, sigc::signal< void, class action & > > | relations |
multimap< string, sigc::signal< void, class action & > > | relations |
class action & actionRepository::getAction | ( | const string | v | ) |
void actionRepository::setAction | ( | class action & | v | ) |
void actionRepository::delAction | ( | const string | v | ) |
const bool actionRepository::isAction | ( | const string | v | ) | const |
bool actionRepository::load | ( | class channel & | ch | ) |
void actionRepository::save | ( | class channel & | ch | ) |
class action& actionRepository::getAction | ( | const string | v | ) |
void actionRepository::setAction | ( | class action & | v | ) |
void actionRepository::delAction | ( | const string | v | ) |
const bool actionRepository::isAction | ( | const string | v | ) | const |
bool actionRepository::load | ( | class channel & | ch | ) |
void actionRepository::save | ( | class channel & | ch | ) |
multimap<string, sigc::signal<void, class action& > > actionRepository::relations |
multimap<string, sigc::signal<void, class action& > > actionRepository::relations |