#include <gtkStatsLabel.h>
Public Member Functions | |
GtkStatsLabel (PStatMonitor *monitor, int collector_index, Gdk_Font font) | |
int | get_width () const |
int | get_height () const |
Public Attributes | |
SigC::Signal1< void, int > | collector_picked |
Private Member Functions | |
virtual gint | configure_event_impl (GdkEventConfigure *event) |
virtual gint | expose_event_impl (GdkEventExpose *event) |
virtual gint | button_press_event_impl (GdkEventButton *button) |
Private Attributes | |
int | _collector_index |
string | _text |
Gdk_Font | _font |
Gdk_Color | _fg_color |
Gdk_Color | _bg_color |
int | _width |
int | _height |
Gdk_GC | _gc |
Gdk_GC | _reverse_gc |
|
Definition at line 32 of file gtkStatsLabel.cxx. References _bg_color, _collector_index, _fg_color, _font, _height, _text, _width, PStatMonitor::get_client_data(), PStatMonitor::get_collector_color(), PStatClientData::get_collector_name(), and RGBColorf. |
|
Definition at line 136 of file gtkStatsLabel.cxx. References _collector_index, and collector_picked. |
|
Definition at line 93 of file gtkStatsLabel.cxx. References _bg_color, _fg_color, _font, _gc, and _reverse_gc. |
|
Definition at line 117 of file gtkStatsLabel.cxx. References _font, _gc, _reverse_gc, _text, height, and width. |
|
Definition at line 83 of file gtkStatsLabel.cxx. References _height. Referenced by GtkStatsPianoRoll::pack_labels(). |
|
Definition at line 73 of file gtkStatsLabel.cxx. References _width. |
|
Definition at line 58 of file gtkStatsLabel.h. Referenced by configure_event_impl(), and GtkStatsLabel(). |
|
Definition at line 53 of file gtkStatsLabel.h. Referenced by button_press_event_impl(), and GtkStatsLabel(). |
|
Definition at line 57 of file gtkStatsLabel.h. Referenced by configure_event_impl(), and GtkStatsLabel(). |
|
Definition at line 56 of file gtkStatsLabel.h. Referenced by configure_event_impl(), expose_event_impl(), and GtkStatsLabel(). |
|
Definition at line 63 of file gtkStatsLabel.h. Referenced by configure_event_impl(), and expose_event_impl(). |
|
Definition at line 61 of file gtkStatsLabel.h. Referenced by get_height(), and GtkStatsLabel(). |
|
Definition at line 64 of file gtkStatsLabel.h. Referenced by configure_event_impl(), and expose_event_impl(). |
|
Definition at line 55 of file gtkStatsLabel.h. Referenced by expose_event_impl(), and GtkStatsLabel(). |
|
Definition at line 60 of file gtkStatsLabel.h. Referenced by get_width(), and GtkStatsLabel(). |
|
Definition at line 45 of file gtkStatsLabel.h. Referenced by button_press_event_impl(), and GtkStatsStripChart::pack_labels(). |