, including all inherited members.
| AddBinary(const char *name, const SIMPLE_ARRAY< UINT8 > &data, XMLNODE *node=0) | MIJOB | |
| AddInputObject(const char *id, const RVC::OBJITEM &objitem, XMLNODE *node=0, bool IgnoreForBlocking=false, bool BlockIfExist=false, bool BlockIfNotExist=false) | MIJOB | |
| AddInputPath(const char *id, const MISTRING &path, XMLNODE *node=0, bool IgnoreForBlocking=false, bool BlockIfExist=false, bool BlockIfNotExist=false) | MIJOB | |
| AddInputPath(const char *id, const char *path, XMLNODE *node=0, bool IgnoreForBlocking=false, bool BlockIfExist=false, bool BlockIfNotExist=false) | MIJOB | |
| AddInputPath(const char *id, const FILEPATH &path, XMLNODE *node=0, bool IgnoreForBlocking=false, bool BlockIfExist=false, bool BlockIfNotExist=false) | MIJOB | |
| AddNode(const char *name, XMLNODE *node=0) | MIJOB | |
| AddOutputObject(const char *id, const RVC::OBJITEM &objitem, XMLNODE *node=0, bool IgnoreForBlocking=false) | MIJOB | |
| AddOutputPath(const char *id, const MISTRING &path, XMLNODE *node=0, bool IgnoreForBlocking=false) | MIJOB | |
| AddOutputPath(const char *id, const char *path, XMLNODE *node=0, bool IgnoreForBlocking=false) | MIJOB | |
| AddOutputPath(const char *id, const FILEPATH &path, XMLNODE *node=0, bool IgnoreForBlocking=false) | MIJOB | |
| AddValue(const char *name, const MISTRING &value, XMLNODE *node=0) | MIJOB | |
| AddValue(const char *name, const char *value, XMLNODE *node=0) | MIJOB | |
| AddValue(const char *name, UINT32 value, XMLNODE *node=0) | MIJOB | |
| AddValue(const char *name, INT32 value, XMLNODE *node=0) | MIJOB | |
| AddValue(const char *name, UINT16 value, XMLNODE *node=0) | MIJOB | |
| AddValue(const char *name, INT16 value, XMLNODE *node=0) | MIJOB | |
| AddValue(const char *name, UINT8 value, XMLNODE *node=0) | MIJOB | |
| AddValue(const char *name, INT8 value, XMLNODE *node=0) | MIJOB | |
| AddValue(const char *name, double value, XMLNODE *node=0) | MIJOB | |
| AddValue(const char *name, bool value, XMLNODE *node=0) | MIJOB | |
| CreateGroup(const MISTRING &description, MISTRING &GroupID, INT32 priority=-1, bool bCreateAsTemp=false) | MIJOB | [static] |
| CreateGroup(const FILEPATH &directory, const MISTRING &description, MISTRING &GroupID, INT32 priority=-1, bool bCreateAsTemp=false) | MIJOB | [static] |
| CreateJob(const MISTRING &description, const MISTRING &process, INT32 priority=-1) | MIJOB | |
| FindBinary(const char *name, SIMPLE_ARRAY< UINT8 > &data, const XMLNODE *node=0) const | MIJOB | |
| FindEnum(const char *name, _ENUMTYPE &value, const XMLNODE *node=0) const | MIJOB | [inline] |
| FindNode(const char *name, const XMLNODE *node=0) const | MIJOB | |
| FindObject(const char *id, RVC::OBJITEM &objitem, const XMLNODE *node=0) const | MIJOB | |
| FindPath(const char *id, MISTRING &pathstr, const XMLNODE *node=0) const | MIJOB | |
| FindPath(const char *id, FILEPATH &path, const XMLNODE *node=0) const | MIJOB | |
| FindValue(const char *name, MISTRING &value, const XMLNODE *node=0) const | MIJOB | |
| FindValue(const char *name, char *&value, const XMLNODE *node=0) const | MIJOB | |
| FindValue(const char *name, unsigned long &value, const XMLNODE *node=0) const | MIJOB | |
| FindValue(const char *name, long &value, const XMLNODE *node=0) const | MIJOB | |
| FindValue(const char *name, unsigned int &value, const XMLNODE *node=0) const | MIJOB | |
| FindValue(const char *name, int &value, const XMLNODE *node=0) const | MIJOB | |
| FindValue(const char *name, UINT16 &value, const XMLNODE *node=0) const | MIJOB | |
| FindValue(const char *name, INT16 &value, const XMLNODE *node=0) const | MIJOB | |
| FindValue(const char *name, UINT8 &value, const XMLNODE *node=0) const | MIJOB | |
| FindValue(const char *name, INT8 &value, const XMLNODE *node=0) const | MIJOB | |
| FindValue(const char *name, double &value, const XMLNODE *node=0) const | MIJOB | |
| FindValue(const char *name, float &value, const XMLNODE *node=0) const | MIJOB | |
| FindValue(const char *name, bool &value, const XMLNODE *node=0) const | MIJOB | |
| GetBlockingIfExistList(FILEPATHLIST &list) const | MIJOB | |
| GetBlockingIfNotExistList(FILEPATHLIST &list) const | MIJOB | |
| GetBlockingInputList(FILEPATHLIST &list) const | MIJOB | |
| GetBlockingOutputList(FILEPATHLIST &list) const | MIJOB | |
| GetDescription(MISTRING &desc) const | MIJOB | |
| GetEnum(const char *name, _ENUMTYPE &value, const XMLNODE *node=0) const | MIJOB | [inline] |
| GetEnumDefaulted(const char *name, _ENUMTYPE dft, const XMLNODE *node=0) const | MIJOB | [inline] |
| GetGroupID(MISTRING &GroupID) | MIJOB | |
| GetInputList(FILEPATHLIST &list) const | MIJOB | |
| GetOutputList(FILEPATHLIST &list) const | MIJOB | |
| GetPath() const | MIJOB | [inline] |
| GetPriority() const | MIJOB | |
| GetProcess(MISTRING &process) const | MIJOB | |
| GetRootNode() | MIJOB | [inline] |
| GetRunParmsNode() | MIJOB | [inline] |
| GetValueDefaulted(const char *name, _NUMTYPE value) const | MIJOB | [inline] |
| IsTimeToRun() | MIJOB | |
| IsVersionMatch() | MIJOB | |
| MIJOB() | MIJOB | |
| ReadJob(const FILEPATH &path) | MIJOB | |
| ReadJobNoStatus(const FILEPATH &path) | MIJOB | |
| ResolveTempJobs() | MIJOB | [static] |
| SetGroupID(const MISTRING &GroupID) | MIJOB | |
| SetNextTime() | MIJOB | |
| SetReady() | MIJOB | [inline] |
| Write(bool held=false, FILEPATH *path=0, bool bCreateAsTemp=false) | MIJOB | |
| Write(const FILEPATH &directory, bool held=false, FILEPATH *path=0, bool bCreateAsTemp=false) | MIJOB | |
| WriteDoc() | MIJOB | [inline] |
| WriteScheduled(FILEPATH *path=0) | MIJOB | |
| ~MIJOB() | MIJOB | [virtual] |