#include <gtkStatsMainWindow.h>
Inheritance diagram for GtkStatsMainWindow:
Public Member Functions | |
GtkStatsMainWindow (int port) | |
virtual | ~GtkStatsMainWindow () |
virtual bool | destruct () |
Private Member Functions | |
void | layout_window () |
void | close_clicked () |
gint | idle_callback () |
Private Attributes | |
int | _port |
GtkStatsServer * | _server |
|
Definition at line 41 of file gtkStatsMainWindow.cxx. References GtkStats::_main_window, _port, _server, idle_callback(), layout_window(), PStatServer::listen(), nassertv, nout, NULL, BasicGtkWindow::setup(), and signal_handler(). |
|
Definition at line 68 of file gtkStatsMainWindow.cxx. References GtkStats::_main_window, nassertv, and NULL. |
|
Definition at line 124 of file gtkStatsMainWindow.cxx. References destruct(). Referenced by layout_window(). |
|
Reimplemented from BasicGtkWindow. Definition at line 79 of file gtkStatsMainWindow.cxx. References _server, BasicGtkWindow::destruct(), nassertr, NULL, and GtkStats::quit(). Referenced by close_clicked(), idle_callback(), and GtkStats::quit(). |
|
Definition at line 134 of file gtkStatsMainWindow.cxx. References _server, destruct(), and PStatServer::poll(). Referenced by GtkStatsMainWindow(). |
|
Definition at line 94 of file gtkStatsMainWindow.cxx. References _port, close_clicked(), and format_string(). Referenced by GtkStatsMainWindow(). |
|
Definition at line 45 of file gtkStatsMainWindow.h. Referenced by GtkStatsMainWindow(), and layout_window(). |
|
Definition at line 46 of file gtkStatsMainWindow.h. Referenced by destruct(), GtkStatsMainWindow(), and idle_callback(). |