#include <gtkStatsMainWindow.h>
Inheritance diagram for GtkStatsMainWindow:
Public Member Functions | |
GtkStatsMainWindow (int port) | |
virtual | ~GtkStatsMainWindow () |
virtual bool | destruct () |
Call this to remove the window, etc. | |
void | setup () |
Call this after initializing the window. | |
Protected Member Functions | |
void | delete_self () |
Static Protected Member Functions | |
gint | static_delete (BasicGtkWindow *window) |
Private Member Functions | |
void | layout_window () |
void | close_clicked () |
gint | idle_callback () |
Private Attributes | |
int | _port |
GtkStatsServer * | _server |
It just shows that it's running.
Definition at line 42 of file gtkStatsMainWindow.h.
|
Definition at line 46 of file gtkStatsMainWindow.cxx. References nout. |
|
Definition at line 75 of file gtkStatsMainWindow.cxx. References _server, BasicGtkWindow::destruct(), nassertr, NULL, and GtkStats::quit(). |
|
Definition at line 137 of file gtkStatsMainWindow.cxx. |
|
Definition at line 133 of file basicGtkWindow.cxx. References BasicGtkWindow::_state, and BasicGtkWindow::S_ready. |
|
Call this to remove the window, etc. It's not tied directly to the real destructor because that seems to just lead to trouble. This returns true if it actually destructed, or false if it had already destructed previously and did nothing this time. Reimplemented from BasicGtkWindow. Definition at line 88 of file gtkStatsMainWindow.cxx. References _port, and format_string(). Referenced by GtkStats::run(). |
|
Definition at line 149 of file gtkStatsMainWindow.cxx. |
|
Definition at line 105 of file gtkStatsMainWindow.cxx. |
|
Call this after initializing the window.
Definition at line 69 of file basicGtkWindow.cxx. References BasicGtkWindow::_destroyed, GtkBase::_gtk, BasicGtkWindow::_state, BasicGtkWindow::S_gone, and BasicGtkWindow::S_virgin. |
|
|
|
Definition at line 53 of file gtkStatsMainWindow.h. Referenced by destruct(). |
|
Definition at line 54 of file gtkStatsMainWindow.h. Referenced by ~GtkStatsMainWindow(). |