Definition at line 55 of file HistoryStage.hh.
|
| | HistoryStage (char **HistoryTypes=NULL, int TypeNumber=0, char *Name=NULL, char *Comment=NULL, TDatime *Time=NULL) |
| |
| | HistoryStage (const TList &HistoryTypes, char *Name=NULL, char *Comemment=NULL, TDatime *Time=NULL) |
| |
| | HistoryStage (char **HistoryTypes, int TypeNumber, char *Name, char *Comment, int Date, int Time) |
| |
| | HistoryStage (const TList &HistoryTypes, char *Name, char *Comment, int Date, int Time) |
| |
| | HistoryStage (const HistoryStage &HistoryStage) |
| |
| | ~HistoryStage () |
| |
| void | AddHistory (char *Type, char *History, char *Comment=NULL, bool Replace=false) |
| |
| void | AddLog (char *LogMsg, TDatime *Time=NULL) |
| |
| void | AddLog (char *LogMsg, int Date, int Time) |
| |
| char * | AddType (char *TypeName) |
| |
| virtual void | Browse (TBrowser *b) |
| |
| int | Compare (const TObject *Obj) const |
| |
| bool | GetAscendingSortOrder () |
| |
| char * | GetComment () |
| |
| TTimeStamp | GetCreationTimeStamp () |
| |
| int | GetDate () |
| |
| TDatime * | GetDatime () |
| |
| bool | GetDescendantSortOrder () |
| |
| char * | GetHistory (char *Type) |
| |
| char * | GetHistoryEntry (int index) |
| |
| char * | GetHistoryEntryType (int index) |
| |
| int | GetHistorySize () |
| |
| char * | GetLogEntry (int index) |
| |
| int | GetLogEntryDate (int index) |
| |
| TDatime * | GetLogEntryDatime (int index) |
| |
| int | GetLogEntryTime (int index) |
| |
| int | GetLogSize () |
| |
| char * | GetName () |
| |
| SortOrderType | GetSortOrder () |
| |
| int | GetTime () |
| |
| char * | GetTypeComment (char *Type) |
| |
| void | HistoryStageException (int type, const char *location, const char *msgfmt,...) |
| |
| bool | IsSortable () const |
| |
| bool | IsSortOrderAlphabetical () |
| |
| bool | IsSortOrderDate () |
| |
| bool | IsSortOrderInsertion () |
| |
| void | Print () |
| |
| char * | RemoveType (char *TypeName) |
| |
| bool | SetAscendingSortOrder () |
| |
| char * | SetComment (char *Comment) |
| |
| bool | SetDescendantSortOrder () |
| |
| char * | SetName (char *Name) |
| |
| SortOrderType | SetSortOrder (SortOrderType SortOrder) |
| |
| void | SetTime (TDatime *Time) |
| |
| void | SetTime (int Date, int Time) |
| |
| char * | SetTypeComment (char *Type, char *Comment) |
| |
| void | SetTypes (char **HistoryTypes, int TypeNumber) |
| |
| void | Sort () |
| |
| void | SortLogs (bool Ascending=true) |
| |
| bool | TypeAllowed (char *Type) |
| |
| bool | TypeAlreadyPresent (char *Type) |
| |
#include <HistoryStage.hh>
◆ HistoryStage() [1/5]
| CWB::HistoryStage::HistoryStage |
( |
char ** |
HistoryTypes = NULL, |
|
|
int |
TypeNumber = 0, |
|
|
char * |
Name = NULL, |
|
|
char * |
Comment = NULL, |
|
|
TDatime * |
Time = NULL |
|
) |
| |
◆ HistoryStage() [2/5]
| CWB::HistoryStage::HistoryStage |
( |
const TList & |
HistoryTypes, |
|
|
char * |
Name = NULL, |
|
|
char * |
Comemment = NULL, |
|
|
TDatime * |
Time = NULL |
|
) |
| |
◆ HistoryStage() [3/5]
| CWB::HistoryStage::HistoryStage |
( |
char ** |
HistoryTypes, |
|
|
int |
TypeNumber, |
|
|
char * |
Name, |
|
|
char * |
Comment, |
|
|
int |
Date, |
|
|
int |
Time |
|
) |
| |
◆ HistoryStage() [4/5]
| CWB::HistoryStage::HistoryStage |
( |
const TList & |
HistoryTypes, |
|
|
char * |
Name, |
|
|
char * |
Comment, |
|
|
int |
Date, |
|
|
int |
Time |
|
) |
| |
◆ HistoryStage() [5/5]
| CWB::HistoryStage::HistoryStage |
( |
const HistoryStage & |
HistoryStage | ) |
|
◆ ~HistoryStage()
| CWB::HistoryStage::~HistoryStage |
( |
| ) |
|
◆ AddHistory()
| void CWB::HistoryStage::AddHistory |
( |
char * |
Type, |
|
|
char * |
History, |
|
|
char * |
Comment = NULL, |
|
|
bool |
Replace = false |
|
) |
| |
◆ AddLog() [1/2]
| void CWB::HistoryStage::AddLog |
( |
char * |
LogMsg, |
|
|
TDatime * |
Time = NULL |
|
) |
| |
◆ AddLog() [2/2]
| void CWB::HistoryStage::AddLog |
( |
char * |
LogMsg, |
|
|
int |
Date, |
|
|
int |
Time |
|
) |
| |
◆ AddType()
| char * CWB::HistoryStage::AddType |
( |
char * |
TypeName | ) |
|
◆ Browse()
| void CWB::HistoryStage::Browse |
( |
TBrowser * |
b | ) |
|
|
virtual |
◆ CommentSet()
| void CWB::HistoryStage::CommentSet |
( |
char * |
Comment | ) |
|
|
private |
◆ Compare()
| int CWB::HistoryStage::Compare |
( |
const TObject * |
Obj | ) |
const |
◆ Destroy()
| void CWB::HistoryStage::Destroy |
( |
| ) |
|
|
private |
◆ GetAscendingSortOrder()
| bool CWB::HistoryStage::GetAscendingSortOrder |
( |
| ) |
|
◆ GetComment()
| char * CWB::HistoryStage::GetComment |
( |
| ) |
|
◆ GetCreationTimeStamp()
| TTimeStamp CWB::HistoryStage::GetCreationTimeStamp |
( |
| ) |
|
◆ GetDate()
| int CWB::HistoryStage::GetDate |
( |
| ) |
|
◆ GetDatime()
| TDatime * CWB::HistoryStage::GetDatime |
( |
| ) |
|
◆ GetDescendantSortOrder()
| bool CWB::HistoryStage::GetDescendantSortOrder |
( |
| ) |
|
◆ GetHistory()
| char * CWB::HistoryStage::GetHistory |
( |
char * |
Type | ) |
|
◆ GetHistoryEntry()
| char * CWB::HistoryStage::GetHistoryEntry |
( |
int |
index | ) |
|
◆ GetHistoryEntryType()
| char * CWB::HistoryStage::GetHistoryEntryType |
( |
int |
index | ) |
|
◆ GetHistorySize()
| int CWB::HistoryStage::GetHistorySize |
( |
| ) |
|
◆ GetLogEntry()
| char * CWB::HistoryStage::GetLogEntry |
( |
int |
index | ) |
|
◆ GetLogEntryDate()
| int CWB::HistoryStage::GetLogEntryDate |
( |
int |
index | ) |
|
◆ GetLogEntryDatime()
| TDatime * CWB::HistoryStage::GetLogEntryDatime |
( |
int |
index | ) |
|
◆ GetLogEntryTime()
| int CWB::HistoryStage::GetLogEntryTime |
( |
int |
index | ) |
|
◆ GetLogSize()
| int CWB::HistoryStage::GetLogSize |
( |
| ) |
|
◆ GetName()
| char * CWB::HistoryStage::GetName |
( |
| ) |
|
◆ GetSortOrder()
◆ GetTime()
| int CWB::HistoryStage::GetTime |
( |
| ) |
|
◆ GetTypeComment()
| char * CWB::HistoryStage::GetTypeComment |
( |
char * |
Type | ) |
|
◆ HistoryStageException()
| void CWB::HistoryStage::HistoryStageException |
( |
int |
type, |
|
|
const char * |
location, |
|
|
const char * |
msgfmt, |
|
|
|
... |
|
) |
| |
◆ Init()
| void CWB::HistoryStage::Init |
( |
| ) |
|
|
private |
◆ IsSortable()
| bool CWB::HistoryStage::IsSortable |
( |
| ) |
const |
◆ IsSortOrderAlphabetical()
| bool CWB::HistoryStage::IsSortOrderAlphabetical |
( |
| ) |
|
◆ IsSortOrderDate()
| bool CWB::HistoryStage::IsSortOrderDate |
( |
| ) |
|
◆ IsSortOrderInsertion()
| bool CWB::HistoryStage::IsSortOrderInsertion |
( |
| ) |
|
◆ NameSet()
| void CWB::HistoryStage::NameSet |
( |
char * |
Name | ) |
|
|
private |
◆ Print()
| void CWB::HistoryStage::Print |
( |
| ) |
|
◆ RemoveType()
| char * CWB::HistoryStage::RemoveType |
( |
char * |
TypeName | ) |
|
◆ SetAscendingSortOrder()
| bool CWB::HistoryStage::SetAscendingSortOrder |
( |
| ) |
|
◆ SetComment()
| char * CWB::HistoryStage::SetComment |
( |
char * |
Comment | ) |
|
◆ SetDescendantSortOrder()
| bool CWB::HistoryStage::SetDescendantSortOrder |
( |
| ) |
|
◆ SetName()
| char * CWB::HistoryStage::SetName |
( |
char * |
Name | ) |
|
◆ SetSortOrder()
◆ SetTime() [1/2]
| void CWB::HistoryStage::SetTime |
( |
TDatime * |
Time | ) |
|
◆ SetTime() [2/2]
| void CWB::HistoryStage::SetTime |
( |
int |
Date, |
|
|
int |
Time |
|
) |
| |
◆ SetTypeComment()
| char * CWB::HistoryStage::SetTypeComment |
( |
char * |
Type, |
|
|
char * |
Comment |
|
) |
| |
◆ SetTypes()
| void CWB::HistoryStage::SetTypes |
( |
char ** |
HistoryTypes, |
|
|
int |
TypeNumber |
|
) |
| |
◆ Sort()
| void CWB::HistoryStage::Sort |
( |
| ) |
|
◆ SortLogs()
| void CWB::HistoryStage::SortLogs |
( |
bool |
Ascending = true | ) |
|
◆ TypeAllowed()
| bool CWB::HistoryStage::TypeAllowed |
( |
char * |
Type | ) |
|
◆ TypeAlreadyPresent()
| bool CWB::HistoryStage::TypeAlreadyPresent |
( |
char * |
Type | ) |
|
◆ AscendingOrder
| bool CWB::HistoryStage::AscendingOrder |
|
private |
◆ Comment
| char* CWB::HistoryStage::Comment |
|
private |
◆ CommentLength
| int CWB::HistoryStage::CommentLength |
|
private |
◆ CreationDate_NSec
| long CWB::HistoryStage::CreationDate_NSec |
|
private |
◆ CreationDate_Sec
| long CWB::HistoryStage::CreationDate_Sec |
|
private |
◆ Date
| int CWB::HistoryStage::Date |
|
private |
◆ History
| TList CWB::HistoryStage::History |
|
private |
◆ HistoryTypes
| TList CWB::HistoryStage::HistoryTypes |
|
private |
◆ Logs
| TList CWB::HistoryStage::Logs |
|
private |
◆ Name
| char* CWB::HistoryStage::Name |
|
private |
◆ NameLength
| int CWB::HistoryStage::NameLength |
|
private |
◆ SortOrder
◆ Time
| int CWB::HistoryStage::Time |
|
private |
The documentation for this class was generated from the following files: