#include "tXmlParser.h"
#include "tSafePTR.h"
#include "ePlayer.h"
#include <deque>
#include <list>
#include <map>
#include <set>
#include <memory>
#include <typeinfo>
#include "tValue.h"


Go to the source code of this file.
| Namespaces | |
| namespace | cWidget | 
| Classes | |
| class | cCockpit | 
| Cockpit class: keeps a list of widgets and delegates rendering and parsing to them.  More... | |
| Defines | |
| #define | FOREACH_COCKPIT(cockpit) for(std::list<cCockpit *>::const_iterator cockpit = cCockpit::Cockpits().begin(); cockpit != cCockpit::Cockpits().end(); ++cockpit) | 
| Variables | |
| const std::map< tString, tValue::Callback< cCockpit > ::cb_ptr > | stc_callbacks | 
| std::set< tString > | stc_forbiddenCallbacks | 
This might get moved to src/ui, even though parts have to stay in the higher regions of the sources.
Definition in file cCockpit.h.
| #define FOREACH_COCKPIT | ( | cockpit | ) | for(std::list<cCockpit *>::const_iterator cockpit = cCockpit::Cockpits().begin(); cockpit != cCockpit::Cockpits().end(); ++cockpit) | 
Definition at line 52 of file cCockpit.h.
Referenced by parsecockpit(), ProcessKey(), and readjust_cockpit().
Referenced by cWidget::WithDataFunctions::ProcessDataSource(), and reparseforbiddencallbacks().
| std::set<tString> stc_forbiddenCallbacks | 
Definition at line 105 of file cCockpit.cpp.
Referenced by cWidget::WithDataFunctions::ProcessDataSource().
 1.5.4
 1.5.4