36 #ifndef HISTORYLOGLINE_H 37 #define HISTORYLOGLINE_H 42 #include "TTimeStamp.h" 62 void SetLog(
char* LogStr, TDatime* Time = NULL);
63 void SetLog(
char* LogStr,
int Date,
int Time);
64 void SetLogTime(
int Date,
int Time);
65 void SetLogTime(TDatime* Time);
66 char* SetLogStr(
char* Log);
71 TDatime* GetLogDatime();
73 virtual void Browse(TBrowser *b);
76 bool IsSortable()
const;
77 int Compare(
const TObject* Obj)
const;
82 bool IsSortOrderInsertion();
83 bool IsSortOrderDate();
84 bool IsSortOrderAlphabetical();
86 bool SetAscendingSortOrder();
87 bool SetDescendantSortOrder();
89 bool GetAscendingSortOrder();
90 bool GetDescendantSortOrder();
92 TTimeStamp GetCreationTimeStamp();