#include <background.h>
Public Member Functions | |
| backgroundRepository () | |
| class background & | getBackground (const string v) |
| void | setBackground (class background &v) |
| list< class background > & | listBackground () |
| void | delBackground (const string v) |
| const bool | isBackground (const string v) const |
| bool | load (class channel &ch) |
| void | save (class channel &ch) |
| backgroundRepository () | |
| class background & | getBackground (const string v) |
| void | setBackground (class background &v) |
| list< class background > & | listBackground () |
| void | delBackground (const string v) |
| const bool | isBackground (const string v) const |
| bool | load (class channel &ch) |
| void | save (class channel &ch) |
Public Attributes | |
| multimap< string, sigc::signal< void, class background & > > | relations |
| multimap< string, sigc::signal< void, class background & > > | relations |
| backgroundRepository::backgroundRepository | ( | ) |
| backgroundRepository::backgroundRepository | ( | ) |
| class background & backgroundRepository::getBackground | ( | const string | v | ) |
| void backgroundRepository::setBackground | ( | class background & | v | ) |
| list< class background > & backgroundRepository::listBackground | ( | ) |
| void backgroundRepository::delBackground | ( | const string | v | ) |
| const bool backgroundRepository::isBackground | ( | const string | v | ) | const |
| bool backgroundRepository::load | ( | class channel & | ch | ) |
| void backgroundRepository::save | ( | class channel & | ch | ) |
| class background& backgroundRepository::getBackground | ( | const string | v | ) |
| void backgroundRepository::setBackground | ( | class background & | v | ) |
| list<class background>& backgroundRepository::listBackground | ( | ) |
| void backgroundRepository::delBackground | ( | const string | v | ) |
| const bool backgroundRepository::isBackground | ( | const string | v | ) | const |
| bool backgroundRepository::load | ( | class channel & | ch | ) |
| void backgroundRepository::save | ( | class channel & | ch | ) |
| multimap<string, sigc::signal<void, class background& > > backgroundRepository::relations |
| multimap<string, sigc::signal<void, class background& > > backgroundRepository::relations |
Visit the project page on