|
Fawkes API
Fawkes Development Version
|
Main class of the WorldInfoViewer application. More...
#include <>>
Classes | |
| class | RobotRecord |
Public Member Functions | |
| WorldInfoViewer (Glib::RefPtr< Gtk::Builder > builder, 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.
Definition at line 34 of file worldinfo_viewer.h.
| WorldInfoViewer::WorldInfoViewer | ( | Glib::RefPtr< Gtk::Builder > | builder, |
| fawkes::WorldInfoDataContainer * | data_container | ||
| ) |
Constructor.
| builder | Gtk Builder |
| data_container | pointer to the central instance of the WorldInfoDataContainer |
Definition at line 50 of file worldinfo_viewer.cpp.
References update().
|
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 208 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 112 of file worldinfo_viewer.cpp.
Referenced by WorldInfoViewer().