Starshatter_Open
Open source Starshatter engine
|
#include <QuantumView.h>
Public Member Functions | |
QuantumView (Window *c) | |
virtual | ~QuantumView () |
virtual void | Refresh () |
virtual void | OnWindowMove () |
virtual void | ExecFrame () |
virtual Menu * | GetQuantumMenu (Ship *ship) |
virtual bool | IsMenuShown () |
virtual void | ShowMenu () |
virtual void | CloseMenu () |
virtual bool | Update (SimObject *obj) |
virtual const char * | GetObserverName () const |
Public Member Functions inherited from View | |
View (Window *c) | |
virtual | ~View () |
int | operator== (const View &that) const |
virtual void | OnShow () |
virtual void | OnHide () |
virtual void | SetWindow (Window *w) |
virtual Window * | GetWindow () |
Public Member Functions inherited from SimObserver | |
virtual | ~SimObserver () |
int | operator== (const SimObserver &o) const |
virtual void | Observe (SimObject *obj) |
virtual void | Ignore (SimObject *obj) |
Static Public Member Functions | |
static void | SetColor (Color c) |
static void | Initialize () |
static void | Close () |
static QuantumView * | GetInstance () |
Static Public Member Functions inherited from View | |
static const char * | TYPENAME () |
Static Public Member Functions inherited from SimObserver | |
static const char * | TYPENAME () |
Protected Attributes | |
int | width |
int | height |
double | xcenter |
double | ycenter |
Font * | font |
Sim * | sim |
Ship * | ship |
Protected Attributes inherited from View | |
Window * | window |
Protected Attributes inherited from SimObserver | |
List< SimObject > | observe_list |
Static Protected Attributes | |
static QuantumView * | quantum_view = 0 |
Definition at line 34 of file QuantumView.h.
QuantumView::QuantumView | ( | Window * | c | ) |
Definition at line 69 of file QuantumView.cpp.
|
virtual |
Definition at line 86 of file QuantumView.cpp.
|
static |
Definition at line 60 of file QuantumView.cpp.
|
virtual |
Definition at line 250 of file QuantumView.cpp.
|
virtual |
Definition at line 159 of file QuantumView.cpp.
|
inlinestatic |
Definition at line 59 of file QuantumView.h.
|
virtual |
Reimplemented from SimObserver.
Definition at line 112 of file QuantumView.cpp.
Definition at line 258 of file QuantumView.cpp.
|
static |
Definition at line 49 of file QuantumView.cpp.
|
virtual |
Definition at line 223 of file QuantumView.cpp.
|
virtual |
Reimplemented from View.
Definition at line 92 of file QuantumView.cpp.
|
virtual |
Reimplemented from View.
Definition at line 120 of file QuantumView.cpp.
|
static |
Definition at line 215 of file QuantumView.cpp.
|
virtual |
Definition at line 229 of file QuantumView.cpp.
|
virtual |
Reimplemented from SimObserver.
Definition at line 103 of file QuantumView.cpp.
|
protected |
Definition at line 65 of file QuantumView.h.
|
protected |
Definition at line 62 of file QuantumView.h.
|
staticprotected |
Definition at line 69 of file QuantumView.h.
|
protected |
Definition at line 67 of file QuantumView.h.
|
protected |
Definition at line 66 of file QuantumView.h.
|
protected |
Definition at line 62 of file QuantumView.h.
|
protected |
Definition at line 63 of file QuantumView.h.
|
protected |
Definition at line 63 of file QuantumView.h.