#include <gtkStatsMonitor.h>
Inheritance diagram for GtkStatsMonitor:
Public Types | |
typedef pset< GtkStatsWindow * > | Windows |
Public Member Functions | |
GtkStatsMonitor () | |
~GtkStatsMonitor () | |
PT (PStatMonitor) close_all_windows() | |
virtual string | get_monitor_name () |
virtual void | initialized () |
virtual void | got_hello () |
virtual void | got_bad_version (int client_major, int client_minor, int server_major, int server_minor) |
virtual void | new_collector (int collector_index) |
virtual void | new_data (int thread_index, int frame_number) |
virtual void | lost_connection () |
virtual void | idle () |
virtual bool | has_idle () |
virtual bool | is_thread_safe () |
void | add_window (GtkStatsWindow *window) |
void | remove_window (GtkStatsWindow *window) |
Public Attributes | |
Windows | _windows |
bool | _destructing |
bool | _new_collector |
|
Definition at line 61 of file gtkStatsMonitor.h. |
|
Definition at line 35 of file gtkStatsMonitor.cxx. References _destructing, and _new_collector. |
|
Definition at line 46 of file gtkStatsMonitor.cxx. References _destructing, _windows, and GtkStatsWindow::destruct(). |
|
Definition at line 234 of file gtkStatsMonitor.cxx. References _destructing, _windows, and nassertv. |
|
Implements PStatMonitor. Definition at line 83 of file gtkStatsMonitor.cxx. |
|
Reimplemented from PStatMonitor. Definition at line 131 of file gtkStatsMonitor.cxx. |
|
Reimplemented from PStatMonitor. Definition at line 112 of file gtkStatsMonitor.cxx. References _windows. |
|
Reimplemented from PStatMonitor. Definition at line 207 of file gtkStatsMonitor.cxx. |
|
Reimplemented from PStatMonitor. Definition at line 192 of file gtkStatsMonitor.cxx. References _new_collector, and _windows. |
|
Reimplemented from PStatMonitor. Definition at line 99 of file gtkStatsMonitor.cxx. |
|
Reimplemented from PStatMonitor. Definition at line 223 of file gtkStatsMonitor.cxx. |
|
Reimplemented from PStatMonitor. Definition at line 177 of file gtkStatsMonitor.cxx. References _windows. |
|
Reimplemented from PStatMonitor. Definition at line 150 of file gtkStatsMonitor.cxx. References _new_collector. |
|
Reimplemented from PStatMonitor. Definition at line 164 of file gtkStatsMonitor.cxx. |
|
|
|
Definition at line 251 of file gtkStatsMonitor.cxx. References _destructing, _windows, PStatMonitor::close(), and nassertv. |
|
Definition at line 64 of file gtkStatsMonitor.h. Referenced by add_window(), GtkStatsMonitor(), remove_window(), and ~GtkStatsMonitor(). |
|
Definition at line 65 of file gtkStatsMonitor.h. Referenced by GtkStatsMonitor(), idle(), and new_collector(). |
|
Definition at line 62 of file gtkStatsMonitor.h. Referenced by add_window(), got_hello(), idle(), lost_connection(), remove_window(), and ~GtkStatsMonitor(). |