jobRepository Class Reference

#include <job.h>

List of all members.

Public Member Functions

class jobgetJob (const string v)
void setJob (class job &v)
map< string, class
job > & 
listJob ()
void delJob (const string v)
const bool isJob (const string v) const
bool load (class channel &ch)
void save (class channel &ch)
class jobgetJob (const string v)
void setJob (class job &v)
map< string, class
job > & 
listJob ()
void delJob (const string v)
const bool isJob (const string v) const
bool load (class channel &ch)
void save (class channel &ch)

Public Attributes

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


Member Function Documentation

class job & jobRepository::getJob ( const string  v  ) 

void jobRepository::setJob ( class job v  ) 

map< string, class job > & jobRepository::listJob (  ) 

void jobRepository::delJob ( const string  v  ) 

const bool jobRepository::isJob ( const string  v  )  const

bool jobRepository::load ( class channel ch  ) 

void jobRepository::save ( class channel ch  ) 

class job& jobRepository::getJob ( const string  v  ) 

void jobRepository::setJob ( class job v  ) 

map<string,class job>& jobRepository::listJob (  ) 

void jobRepository::delJob ( const string  v  ) 

const bool jobRepository::isJob ( const string  v  )  const

bool jobRepository::load ( class channel ch  ) 

void jobRepository::save ( class channel ch  ) 


Member Data Documentation

multimap<string, sigc::signal<void, class job& > > jobRepository::relations

multimap<string, sigc::signal<void, class job& > > jobRepository::relations


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

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