#include <chapter.h>
Public Member Functions | |
chapterRepository () | |
class chapter & | getChapter (const string v) |
void | setChapter (class chapter &v) |
list< class chapter > & | listChapter () |
void | delChapter (const string v) |
const bool | isChapter (const string v) const |
bool | load (class channel &ch) |
void | save (class channel &ch) |
chapterRepository () | |
class chapter & | getChapter (const string v) |
void | setChapter (class chapter &v) |
list< class chapter > & | listChapter () |
void | delChapter (const string v) |
const bool | isChapter (const string v) const |
bool | load (class channel &ch) |
void | save (class channel &ch) |
Public Attributes | |
multimap< string, sigc::signal< void, class chapter & > > | relations |
multimap< string, sigc::signal< void, class chapter & > > | relations |
chapterRepository::chapterRepository | ( | ) |
chapterRepository::chapterRepository | ( | ) |
class chapter & chapterRepository::getChapter | ( | const string | v | ) |
void chapterRepository::setChapter | ( | class chapter & | v | ) |
list< class chapter > & chapterRepository::listChapter | ( | ) |
void chapterRepository::delChapter | ( | const string | v | ) |
const bool chapterRepository::isChapter | ( | const string | v | ) | const |
bool chapterRepository::load | ( | class channel & | ch | ) |
void chapterRepository::save | ( | class channel & | ch | ) |
class chapter& chapterRepository::getChapter | ( | const string | v | ) |
void chapterRepository::setChapter | ( | class chapter & | v | ) |
list<class chapter>& chapterRepository::listChapter | ( | ) |
void chapterRepository::delChapter | ( | const string | v | ) |
const bool chapterRepository::isChapter | ( | const string | v | ) | const |
bool chapterRepository::load | ( | class channel & | ch | ) |
void chapterRepository::save | ( | class channel & | ch | ) |
multimap<string, sigc::signal<void, class chapter& > > chapterRepository::relations |
multimap<string, sigc::signal<void, class chapter& > > chapterRepository::relations |