|
Public Member Functions |
| YPainter () |
void | DrawText (int x, int y, const QString &text) |
void | DrawLine (const QPoint &p1, const QPoint &p2) |
void | DrawRect (const QRect &r, const QColor &color=QColor(240, 222, 208)) |
void | DrawRect (int x, int y, int w, int h, const QColor &color=QColor(240, 222, 208)) |
void | DrawPixmap (int x, int y, const QPixmap &p) const |
void | DrawLoggingAction (YLogAction *action, int row) |
void | SetZoomFactor (YASA_TIME maxtime, int z) |
int | GetZoomFactor () const |
int | GetLegendFactor () const |
void | SetPainter (QPainter *p) |
void | SetRoot (const QPoint &r) |
int | GetRootX () const |
int | GetRootY () const |
void | SetUpdateArea (int x, int y, int w, int h) |
QPainter * | GetPainter () const |
const QBrush & | GetWindowBackgroundBrush () const |
Public Attributes |
YPainterLogFileArgs | painterlogfileargs |
int | cx |
int | cy |
int | cw |
int | ch |
YASA_TIME | zoomfactorx |
YASA_TIME | legendfactorx |
Private Attributes |
QPainter * | painter |
QPoint | root |
YLogFileFigures & | logfilepixmaps |
const QBrush & | windowbackground |
const QBrush & | systemtaskbrush |
const QBrush & | taskbrush |
const QBrush & | taskidlebrush |
const QBrush & | taskexcludedbrush |
const QBrush & | mutexbrush |
const QBrush & | jitterbrush |