#include <maxnet_job.h>
Public Member Functions |
|
CJobText () | |
~CJobText () | |
int | Count () |
int | Add (JobText *jt) |
void | Delete (int idx, int count=1) |
void | Reset () |
JobText * | Buffer () |
int | BufferSize () |
JobText & | operator[] (const int i) |
int | FindJobText (JOB_TEXT_TYPE tp, int start=0) |
bool | GetTextItem (MCHAR *text, JOB_TEXT_TYPE type, int start=0, int *idx=0) |
bool | GetUser (MCHAR *user) |
bool | GetComputer (MCHAR *computer) |
bool | GetFrames (MCHAR *frames) |
bool | GetShare (MCHAR *share) |
Protected Attributes |
|
void * | list |
Friends |
|
class | MaxNetManagerImp |
CJobText | ( | ) |
int Count | ( | ) |
int Add | ( | JobText * | jt | ) |
void Delete | ( | int | idx, |
int | count = 1 |
||
) |
void Reset | ( | ) |
int BufferSize | ( | ) |
JobText& operator[] | ( | const int | i | ) |
int FindJobText | ( | JOB_TEXT_TYPE | tp, |
int | start = 0 |
||
) |
bool GetTextItem | ( | MCHAR * | text, |
JOB_TEXT_TYPE | type, | ||
int | start = 0 , |
||
int * | idx = 0 |
||
) |
bool GetUser | ( | MCHAR * | user | ) |
bool GetComputer | ( | MCHAR * | computer | ) |
bool GetFrames | ( | MCHAR * | frames | ) |
bool GetShare | ( | MCHAR * | share | ) |
friend class MaxNetManagerImp
[friend] |
void* list
[protected] |