chapterRepository Class Reference

#include <chapter.h>

List of all members.

Public Member Functions

 chapterRepository ()
class chaptergetChapter (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 chaptergetChapter (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


Constructor & Destructor Documentation

chapterRepository::chapterRepository (  ) 

chapterRepository::chapterRepository (  ) 


Member Function Documentation

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  ) 


Member Data Documentation

multimap<string, sigc::signal<void, class chapter& > > chapterRepository::relations

multimap<string, sigc::signal<void, class chapter& > > chapterRepository::relations


The documentation for this class was generated from the following files:

Generated on Tue Jan 1 17:30:01 2008 for chapterRepository Class Reference by  doxygen   Visit the project page on SourceForge.net Logo