Fawkes API
Fawkes Development Version
|
Main class of the WorldInfoViewer application. More...
#include <>>
Classes | |
class | RobotRecord |
Public Member Functions | |
WorldInfoViewer (Glib::RefPtr< Gnome::Glade::Xml > ref_xml, fawkes::WorldInfoDataContainer *data_container) | |
Constructor. | |
virtual | ~WorldInfoViewer () |
Destructor. | |
Gtk::Window & | get_window () const |
Obtain the main window of the application. | |
bool | update () |
Update the GUI. | |
void | gamestate_changed () |
Call this method whenever the game state changes. |
Main class of the WorldInfoViewer application.
WorldInfoViewer::WorldInfoViewer | ( | Glib::RefPtr< Gnome::Glade::Xml > | ref_xml, |
fawkes::WorldInfoDataContainer * | data_container | ||
) |
Constructor.
ref_xml | reference to the Glade XML file |
data_container | pointer to the central instance of the WorldInfoDataContainer |
Definition at line 50 of file worldinfo_viewer.cpp.
References update().
WorldInfoViewer::~WorldInfoViewer | ( | ) | [virtual] |
Destructor.
Definition at line 91 of file worldinfo_viewer.cpp.
void WorldInfoViewer::gamestate_changed | ( | ) |
Call this method whenever the game state changes.
Definition at line 229 of file worldinfo_viewer.cpp.
Gtk::Window & WorldInfoViewer::get_window | ( | ) | const |
Obtain the main window of the application.
Definition at line 102 of file worldinfo_viewer.cpp.
bool WorldInfoViewer::update | ( | ) |
Update the GUI.
Definition at line 133 of file worldinfo_viewer.cpp.
Referenced by WorldInfoViewer().