Skyscraper 2.0
Skyscraper::MoveObject Class Reference

#include <moveobject.h>

Inheritance diagram for Skyscraper::MoveObject:
Collaboration diagram for Skyscraper::MoveObject:

Public Member Functions

 MoveObject (DebugPanel *root, wxWindow *parent, wxWindowID id=-1, EngineContext *engine=0, int object_number=0)
 
virtual ~MoveObject ()
 
void Loop ()
 

Static Public Attributes

static const long ID_STATICTEXT1 = wxNewId()
 
static const long ID_lblPosition = wxNewId()
 
static const long ID_STATICTEXT3 = wxNewId()
 
static const long ID_STATICTEXT4 = wxNewId()
 
static const long ID_STATICTEXT2 = wxNewId()
 
static const long ID_lblRotation = wxNewId()
 
static const long ID_STATICLINE2 = wxNewId()
 
static const long ID_rPosition = wxNewId()
 
static const long ID_rRotation = wxNewId()
 
static const long ID_STATICTEXT28 = wxNewId()
 
static const long ID_txtMoveSpeed = wxNewId()
 
static const long ID_bZPlus = wxNewId()
 
static const long ID_bYPlus = wxNewId()
 
static const long ID_bXNeg = wxNewId()
 
static const long ID_chkHold = wxNewId()
 
static const long ID_bXPlus = wxNewId()
 
static const long ID_bZNeg = wxNewId()
 
static const long ID_bYNeg = wxNewId()
 
static const long ID_STATICTEXT16 = wxNewId()
 
static const long ID_STATICTEXT21 = wxNewId()
 
static const long ID_txtPositionX = wxNewId()
 
static const long ID_bPositionX = wxNewId()
 
static const long ID_STATICTEXT22 = wxNewId()
 
static const long ID_txtPositionY = wxNewId()
 
static const long ID_bPositionY = wxNewId()
 
static const long ID_STATICTEXT23 = wxNewId()
 
static const long ID_txtPositionZ = wxNewId()
 
static const long ID_bPositionZ = wxNewId()
 
static const long ID_STATICLINE1 = wxNewId()
 
static const long ID_STATICTEXT27 = wxNewId()
 
static const long ID_STATICTEXT24 = wxNewId()
 
static const long ID_txtRotationX = wxNewId()
 
static const long ID_bRotationX = wxNewId()
 
static const long ID_STATICTEXT25 = wxNewId()
 
static const long ID_txtRotationY = wxNewId()
 
static const long ID_bRotationY = wxNewId()
 
static const long ID_STATICTEXT26 = wxNewId()
 
static const long ID_txtRotationZ = wxNewId()
 
static const long ID_bRotationZ = wxNewId()
 
static const long ID_STATICLINE3 = wxNewId()
 

Protected Member Functions

void OnInit (wxInitDialogEvent &event)
 
void On_rPosition_Select (wxCommandEvent &event)
 
void On_rRotation_Select (wxCommandEvent &event)
 
void On_bZPlus_Click (wxCommandEvent &event)
 
void On_bYPlus_Click (wxCommandEvent &event)
 
void On_bXNeg_Click (wxCommandEvent &event)
 
void On_bXPlus_Click (wxCommandEvent &event)
 
void On_bZNeg_Click (wxCommandEvent &event)
 
void On_bYNeg_Click (wxCommandEvent &event)
 
void On_bStartPosition_Click (wxCommandEvent &event)
 
void On_bStartRotation_Click (wxCommandEvent &event)
 
void On_bStartDirection_Click (wxCommandEvent &event)
 
void On_bGravity_Click (wxCommandEvent &event)
 
void On_bGravityEnabled_Click (wxCommandEvent &event)
 
void On_bCollisions_Click (wxCommandEvent &event)
 
void On_bFreelook_Click (wxCommandEvent &event)
 
void On_bFreelookSpeed_Click (wxCommandEvent &event)
 
void On_bPositionX_Click (wxCommandEvent &event)
 
void On_bPositionY_Click (wxCommandEvent &event)
 
void On_bPositionZ_Click (wxCommandEvent &event)
 
void On_bRotationX_Click (wxCommandEvent &event)
 
void On_bRotationY_Click (wxCommandEvent &event)
 
void On_bRotationZ_Click (wxCommandEvent &event)
 
void On_chkHold_Click (wxCommandEvent &event)
 
void On_bSetFOV_Click (wxCommandEvent &event)
 
void On_bResetFOV_Click (wxCommandEvent &event)
 
void On_bSetSkyMult_Click (wxCommandEvent &event)
 
void On_bGotoFloor_Click (wxCommandEvent &event)
 
void On_bReportCollisions_Click (wxCommandEvent &event)
 
void OnInit ()
 

Protected Attributes

wxButton * bPositionX
 
wxButton * bPositionY
 
wxButton * bPositionZ
 
wxButton * bRotationX
 
wxButton * bRotationY
 
wxButton * bRotationZ
 
wxButton * bXNeg
 
wxButton * bXPlus
 
wxButton * bYNeg
 
wxButton * bYPlus
 
wxButton * bZNeg
 
wxButton * bZPlus
 
wxCheckBox * chkHold
 
wxRadioButton * rPosition
 
wxRadioButton * rRotation
 
wxStaticLine * StaticLine1
 
wxStaticLine * StaticLine2
 
wxStaticLine * StaticLine3
 
wxStaticText * StaticText16
 
wxStaticText * StaticText1
 
wxStaticText * StaticText20
 
wxStaticText * StaticText22
 
wxStaticText * StaticText23
 
wxStaticText * StaticText24
 
wxStaticText * StaticText25
 
wxStaticText * StaticText26
 
wxStaticText * StaticText27
 
wxStaticText * StaticText28
 
wxStaticText * StaticText2
 
wxStaticText * StaticText3
 
wxStaticText * lblPosition
 
wxStaticText * lblRelPosition
 
wxStaticText * lblRotation
 
wxTextCtrl * txtMoveSpeed
 
wxTextCtrl * txtPositionX
 
wxTextCtrl * txtPositionY
 
wxTextCtrl * txtPositionZ
 
wxTextCtrl * txtRotationX
 
wxTextCtrl * txtRotationY
 
wxTextCtrl * txtRotationZ
 
Vector3 hold_vector
 
SBS::Objectobject
 
int object_num
 

Private Attributes

SBS::SBSSimcore
 
EngineContextengine
 
DebugPanelpanel
 

Detailed Description

Definition at line 39 of file moveobject.h.

Constructor & Destructor Documentation

◆ MoveObject()

Skyscraper::MoveObject::MoveObject ( DebugPanel * root,
wxWindow * parent,
wxWindowID id = -1,
EngineContext * engine = 0,
int object_number = 0 )

◆ ~MoveObject()

Skyscraper::MoveObject::~MoveObject ( )
virtual

Definition at line 245 of file moveobject.cpp.

Member Function Documentation

◆ Loop()

◆ On_bCollisions_Click()

void Skyscraper::MoveObject::On_bCollisions_Click ( wxCommandEvent & event)
protected

◆ On_bFreelook_Click()

void Skyscraper::MoveObject::On_bFreelook_Click ( wxCommandEvent & event)
protected

◆ On_bFreelookSpeed_Click()

void Skyscraper::MoveObject::On_bFreelookSpeed_Click ( wxCommandEvent & event)
protected

◆ On_bGotoFloor_Click()

void Skyscraper::MoveObject::On_bGotoFloor_Click ( wxCommandEvent & event)
protected

◆ On_bGravity_Click()

void Skyscraper::MoveObject::On_bGravity_Click ( wxCommandEvent & event)
protected

◆ On_bGravityEnabled_Click()

void Skyscraper::MoveObject::On_bGravityEnabled_Click ( wxCommandEvent & event)
protected

◆ On_bPositionX_Click()

void Skyscraper::MoveObject::On_bPositionX_Click ( wxCommandEvent & event)
protected

Definition at line 414 of file moveobject.cpp.

References SBS::SBS::MoveObject(), Simcore, and txtPositionX.

Referenced by MoveObject().

Here is the call graph for this function:

◆ On_bPositionY_Click()

void Skyscraper::MoveObject::On_bPositionY_Click ( wxCommandEvent & event)
protected

Definition at line 420 of file moveobject.cpp.

References SBS::SBS::MoveObject(), Simcore, and txtPositionY.

Referenced by MoveObject().

Here is the call graph for this function:

◆ On_bPositionZ_Click()

void Skyscraper::MoveObject::On_bPositionZ_Click ( wxCommandEvent & event)
protected

Definition at line 426 of file moveobject.cpp.

References SBS::SBS::MoveObject(), Simcore, and txtPositionZ.

Referenced by MoveObject().

Here is the call graph for this function:

◆ On_bReportCollisions_Click()

void Skyscraper::MoveObject::On_bReportCollisions_Click ( wxCommandEvent & event)
protected

◆ On_bResetFOV_Click()

void Skyscraper::MoveObject::On_bResetFOV_Click ( wxCommandEvent & event)
protected

◆ On_bRotationX_Click()

void Skyscraper::MoveObject::On_bRotationX_Click ( wxCommandEvent & event)
protected

Definition at line 432 of file moveobject.cpp.

References SBS::SBS::RotateObject(), Simcore, and txtRotationX.

Referenced by MoveObject().

Here is the call graph for this function:

◆ On_bRotationY_Click()

void Skyscraper::MoveObject::On_bRotationY_Click ( wxCommandEvent & event)
protected

Definition at line 438 of file moveobject.cpp.

References SBS::SBS::RotateObject(), Simcore, and txtRotationY.

Referenced by MoveObject().

Here is the call graph for this function:

◆ On_bRotationZ_Click()

void Skyscraper::MoveObject::On_bRotationZ_Click ( wxCommandEvent & event)
protected

Definition at line 444 of file moveobject.cpp.

References SBS::SBS::RotateObject(), Simcore, and txtRotationZ.

Referenced by MoveObject().

Here is the call graph for this function:

◆ On_bSetFOV_Click()

void Skyscraper::MoveObject::On_bSetFOV_Click ( wxCommandEvent & event)
protected

◆ On_bSetSkyMult_Click()

void Skyscraper::MoveObject::On_bSetSkyMult_Click ( wxCommandEvent & event)
protected

◆ On_bStartDirection_Click()

void Skyscraper::MoveObject::On_bStartDirection_Click ( wxCommandEvent & event)
protected

◆ On_bStartPosition_Click()

void Skyscraper::MoveObject::On_bStartPosition_Click ( wxCommandEvent & event)
protected

◆ On_bStartRotation_Click()

void Skyscraper::MoveObject::On_bStartRotation_Click ( wxCommandEvent & event)
protected

◆ On_bXNeg_Click()

void Skyscraper::MoveObject::On_bXNeg_Click ( wxCommandEvent & event)
protected

Definition at line 346 of file moveobject.cpp.

References chkHold, hold_vector, SBS::SBS::MoveObject(), SBS::SBS::RotateObject(), rPosition, Simcore, and txtMoveSpeed.

Referenced by MoveObject().

Here is the call graph for this function:

◆ On_bXPlus_Click()

void Skyscraper::MoveObject::On_bXPlus_Click ( wxCommandEvent & event)
protected

Definition at line 363 of file moveobject.cpp.

References chkHold, hold_vector, SBS::SBS::MoveObject(), SBS::SBS::RotateObject(), rPosition, Simcore, and txtMoveSpeed.

Referenced by MoveObject().

Here is the call graph for this function:

◆ On_bYNeg_Click()

void Skyscraper::MoveObject::On_bYNeg_Click ( wxCommandEvent & event)
protected

Definition at line 397 of file moveobject.cpp.

References chkHold, hold_vector, SBS::SBS::MoveObject(), SBS::SBS::RotateObject(), rPosition, Simcore, and txtMoveSpeed.

Referenced by MoveObject().

Here is the call graph for this function:

◆ On_bYPlus_Click()

void Skyscraper::MoveObject::On_bYPlus_Click ( wxCommandEvent & event)
protected

Definition at line 329 of file moveobject.cpp.

References chkHold, hold_vector, SBS::SBS::MoveObject(), SBS::SBS::RotateObject(), rPosition, Simcore, and txtMoveSpeed.

Referenced by MoveObject().

Here is the call graph for this function:

◆ On_bZNeg_Click()

void Skyscraper::MoveObject::On_bZNeg_Click ( wxCommandEvent & event)
protected

Definition at line 380 of file moveobject.cpp.

References chkHold, hold_vector, SBS::SBS::MoveObject(), SBS::SBS::RotateObject(), rPosition, Simcore, and txtMoveSpeed.

Referenced by MoveObject().

Here is the call graph for this function:

◆ On_bZPlus_Click()

void Skyscraper::MoveObject::On_bZPlus_Click ( wxCommandEvent & event)
protected

Definition at line 312 of file moveobject.cpp.

References chkHold, hold_vector, SBS::SBS::MoveObject(), SBS::SBS::RotateObject(), rPosition, Simcore, and txtMoveSpeed.

Referenced by MoveObject().

Here is the call graph for this function:

◆ On_chkHold_Click()

void Skyscraper::MoveObject::On_chkHold_Click ( wxCommandEvent & event)
protected

Definition at line 450 of file moveobject.cpp.

References chkHold, and hold_vector.

Referenced by MoveObject().

◆ On_rPosition_Select()

void Skyscraper::MoveObject::On_rPosition_Select ( wxCommandEvent & event)
protected

Definition at line 302 of file moveobject.cpp.

Referenced by MoveObject().

◆ On_rRotation_Select()

void Skyscraper::MoveObject::On_rRotation_Select ( wxCommandEvent & event)
protected

Definition at line 307 of file moveobject.cpp.

Referenced by MoveObject().

◆ OnInit() [1/2]

void Skyscraper::MoveObject::OnInit ( )
protected

Definition at line 250 of file moveobject.cpp.

References engine, Skyscraper::EngineContext::GetSystem(), hold_vector, and Simcore.

Here is the call graph for this function:

◆ OnInit() [2/2]

void Skyscraper::MoveObject::OnInit ( wxInitDialogEvent & event)
protected

Member Data Documentation

◆ bPositionX

wxButton* Skyscraper::MoveObject::bPositionX
protected

Definition at line 126 of file moveobject.h.

◆ bPositionY

wxButton* Skyscraper::MoveObject::bPositionY
protected

Definition at line 127 of file moveobject.h.

◆ bPositionZ

wxButton* Skyscraper::MoveObject::bPositionZ
protected

Definition at line 128 of file moveobject.h.

◆ bRotationX

wxButton* Skyscraper::MoveObject::bRotationX
protected

Definition at line 129 of file moveobject.h.

◆ bRotationY

wxButton* Skyscraper::MoveObject::bRotationY
protected

Definition at line 130 of file moveobject.h.

◆ bRotationZ

wxButton* Skyscraper::MoveObject::bRotationZ
protected

Definition at line 131 of file moveobject.h.

◆ bXNeg

wxButton* Skyscraper::MoveObject::bXNeg
protected

Definition at line 132 of file moveobject.h.

◆ bXPlus

wxButton* Skyscraper::MoveObject::bXPlus
protected

Definition at line 133 of file moveobject.h.

◆ bYNeg

wxButton* Skyscraper::MoveObject::bYNeg
protected

Definition at line 134 of file moveobject.h.

◆ bYPlus

wxButton* Skyscraper::MoveObject::bYPlus
protected

Definition at line 135 of file moveobject.h.

◆ bZNeg

wxButton* Skyscraper::MoveObject::bZNeg
protected

Definition at line 136 of file moveobject.h.

◆ bZPlus

wxButton* Skyscraper::MoveObject::bZPlus
protected

Definition at line 137 of file moveobject.h.

◆ chkHold

wxCheckBox* Skyscraper::MoveObject::chkHold
protected

◆ engine

EngineContext* Skyscraper::MoveObject::engine
private

Definition at line 174 of file moveobject.h.

Referenced by Loop(), and OnInit().

◆ hold_vector

Vector3 Skyscraper::MoveObject::hold_vector
protected

◆ ID_bPositionX

const long Skyscraper::MoveObject::ID_bPositionX = wxNewId()
static

Definition at line 68 of file moveobject.h.

◆ ID_bPositionY

const long Skyscraper::MoveObject::ID_bPositionY = wxNewId()
static

Definition at line 71 of file moveobject.h.

◆ ID_bPositionZ

const long Skyscraper::MoveObject::ID_bPositionZ = wxNewId()
static

Definition at line 74 of file moveobject.h.

◆ ID_bRotationX

const long Skyscraper::MoveObject::ID_bRotationX = wxNewId()
static

Definition at line 79 of file moveobject.h.

◆ ID_bRotationY

const long Skyscraper::MoveObject::ID_bRotationY = wxNewId()
static

Definition at line 82 of file moveobject.h.

◆ ID_bRotationZ

const long Skyscraper::MoveObject::ID_bRotationZ = wxNewId()
static

Definition at line 85 of file moveobject.h.

◆ ID_bXNeg

const long Skyscraper::MoveObject::ID_bXNeg = wxNewId()
static

Definition at line 60 of file moveobject.h.

◆ ID_bXPlus

const long Skyscraper::MoveObject::ID_bXPlus = wxNewId()
static

Definition at line 62 of file moveobject.h.

◆ ID_bYNeg

const long Skyscraper::MoveObject::ID_bYNeg = wxNewId()
static

Definition at line 64 of file moveobject.h.

◆ ID_bYPlus

const long Skyscraper::MoveObject::ID_bYPlus = wxNewId()
static

Definition at line 59 of file moveobject.h.

◆ ID_bZNeg

const long Skyscraper::MoveObject::ID_bZNeg = wxNewId()
static

Definition at line 63 of file moveobject.h.

◆ ID_bZPlus

const long Skyscraper::MoveObject::ID_bZPlus = wxNewId()
static

Definition at line 58 of file moveobject.h.

◆ ID_chkHold

const long Skyscraper::MoveObject::ID_chkHold = wxNewId()
static

Definition at line 61 of file moveobject.h.

◆ ID_lblPosition

const long Skyscraper::MoveObject::ID_lblPosition = wxNewId()
static

Definition at line 48 of file moveobject.h.

◆ ID_lblRotation

const long Skyscraper::MoveObject::ID_lblRotation = wxNewId()
static

Definition at line 52 of file moveobject.h.

◆ ID_rPosition

const long Skyscraper::MoveObject::ID_rPosition = wxNewId()
static

Definition at line 54 of file moveobject.h.

◆ ID_rRotation

const long Skyscraper::MoveObject::ID_rRotation = wxNewId()
static

Definition at line 55 of file moveobject.h.

◆ ID_STATICLINE1

const long Skyscraper::MoveObject::ID_STATICLINE1 = wxNewId()
static

Definition at line 75 of file moveobject.h.

◆ ID_STATICLINE2

const long Skyscraper::MoveObject::ID_STATICLINE2 = wxNewId()
static

Definition at line 53 of file moveobject.h.

◆ ID_STATICLINE3

const long Skyscraper::MoveObject::ID_STATICLINE3 = wxNewId()
static

Definition at line 86 of file moveobject.h.

◆ ID_STATICTEXT1

const long Skyscraper::MoveObject::ID_STATICTEXT1 = wxNewId()
static

Definition at line 47 of file moveobject.h.

◆ ID_STATICTEXT16

const long Skyscraper::MoveObject::ID_STATICTEXT16 = wxNewId()
static

Definition at line 65 of file moveobject.h.

◆ ID_STATICTEXT2

const long Skyscraper::MoveObject::ID_STATICTEXT2 = wxNewId()
static

Definition at line 51 of file moveobject.h.

◆ ID_STATICTEXT21

const long Skyscraper::MoveObject::ID_STATICTEXT21 = wxNewId()
static

Definition at line 66 of file moveobject.h.

◆ ID_STATICTEXT22

const long Skyscraper::MoveObject::ID_STATICTEXT22 = wxNewId()
static

Definition at line 69 of file moveobject.h.

◆ ID_STATICTEXT23

const long Skyscraper::MoveObject::ID_STATICTEXT23 = wxNewId()
static

Definition at line 72 of file moveobject.h.

◆ ID_STATICTEXT24

const long Skyscraper::MoveObject::ID_STATICTEXT24 = wxNewId()
static

Definition at line 77 of file moveobject.h.

◆ ID_STATICTEXT25

const long Skyscraper::MoveObject::ID_STATICTEXT25 = wxNewId()
static

Definition at line 80 of file moveobject.h.

◆ ID_STATICTEXT26

const long Skyscraper::MoveObject::ID_STATICTEXT26 = wxNewId()
static

Definition at line 83 of file moveobject.h.

◆ ID_STATICTEXT27

const long Skyscraper::MoveObject::ID_STATICTEXT27 = wxNewId()
static

Definition at line 76 of file moveobject.h.

◆ ID_STATICTEXT28

const long Skyscraper::MoveObject::ID_STATICTEXT28 = wxNewId()
static

Definition at line 56 of file moveobject.h.

◆ ID_STATICTEXT3

const long Skyscraper::MoveObject::ID_STATICTEXT3 = wxNewId()
static

Definition at line 49 of file moveobject.h.

◆ ID_STATICTEXT4

const long Skyscraper::MoveObject::ID_STATICTEXT4 = wxNewId()
static

Definition at line 50 of file moveobject.h.

◆ ID_txtMoveSpeed

const long Skyscraper::MoveObject::ID_txtMoveSpeed = wxNewId()
static

Definition at line 57 of file moveobject.h.

◆ ID_txtPositionX

const long Skyscraper::MoveObject::ID_txtPositionX = wxNewId()
static

Definition at line 67 of file moveobject.h.

◆ ID_txtPositionY

const long Skyscraper::MoveObject::ID_txtPositionY = wxNewId()
static

Definition at line 70 of file moveobject.h.

◆ ID_txtPositionZ

const long Skyscraper::MoveObject::ID_txtPositionZ = wxNewId()
static

Definition at line 73 of file moveobject.h.

◆ ID_txtRotationX

const long Skyscraper::MoveObject::ID_txtRotationX = wxNewId()
static

Definition at line 78 of file moveobject.h.

◆ ID_txtRotationY

const long Skyscraper::MoveObject::ID_txtRotationY = wxNewId()
static

Definition at line 81 of file moveobject.h.

◆ ID_txtRotationZ

const long Skyscraper::MoveObject::ID_txtRotationZ = wxNewId()
static

Definition at line 84 of file moveobject.h.

◆ lblPosition

wxStaticText* Skyscraper::MoveObject::lblPosition
protected

Definition at line 156 of file moveobject.h.

Referenced by Loop().

◆ lblRelPosition

wxStaticText* Skyscraper::MoveObject::lblRelPosition
protected

Definition at line 157 of file moveobject.h.

Referenced by Loop().

◆ lblRotation

wxStaticText* Skyscraper::MoveObject::lblRotation
protected

Definition at line 158 of file moveobject.h.

Referenced by Loop().

◆ object

SBS::Object* Skyscraper::MoveObject::object
protected

Definition at line 168 of file moveobject.h.

◆ object_num

int Skyscraper::MoveObject::object_num
protected

Definition at line 169 of file moveobject.h.

Referenced by Loop().

◆ panel

DebugPanel* Skyscraper::MoveObject::panel
private

Definition at line 175 of file moveobject.h.

Referenced by Loop().

◆ rPosition

wxRadioButton* Skyscraper::MoveObject::rPosition
protected

◆ rRotation

wxRadioButton* Skyscraper::MoveObject::rRotation
protected

Definition at line 140 of file moveobject.h.

◆ Simcore

◆ StaticLine1

wxStaticLine* Skyscraper::MoveObject::StaticLine1
protected

Definition at line 141 of file moveobject.h.

◆ StaticLine2

wxStaticLine* Skyscraper::MoveObject::StaticLine2
protected

Definition at line 142 of file moveobject.h.

◆ StaticLine3

wxStaticLine* Skyscraper::MoveObject::StaticLine3
protected

Definition at line 143 of file moveobject.h.

◆ StaticText1

wxStaticText* Skyscraper::MoveObject::StaticText1
protected

Definition at line 145 of file moveobject.h.

◆ StaticText16

wxStaticText* Skyscraper::MoveObject::StaticText16
protected

Definition at line 144 of file moveobject.h.

◆ StaticText2

wxStaticText* Skyscraper::MoveObject::StaticText2
protected

Definition at line 154 of file moveobject.h.

◆ StaticText20

wxStaticText* Skyscraper::MoveObject::StaticText20
protected

Definition at line 146 of file moveobject.h.

◆ StaticText22

wxStaticText* Skyscraper::MoveObject::StaticText22
protected

Definition at line 147 of file moveobject.h.

◆ StaticText23

wxStaticText* Skyscraper::MoveObject::StaticText23
protected

Definition at line 148 of file moveobject.h.

◆ StaticText24

wxStaticText* Skyscraper::MoveObject::StaticText24
protected

Definition at line 149 of file moveobject.h.

◆ StaticText25

wxStaticText* Skyscraper::MoveObject::StaticText25
protected

Definition at line 150 of file moveobject.h.

◆ StaticText26

wxStaticText* Skyscraper::MoveObject::StaticText26
protected

Definition at line 151 of file moveobject.h.

◆ StaticText27

wxStaticText* Skyscraper::MoveObject::StaticText27
protected

Definition at line 152 of file moveobject.h.

◆ StaticText28

wxStaticText* Skyscraper::MoveObject::StaticText28
protected

Definition at line 153 of file moveobject.h.

◆ StaticText3

wxStaticText* Skyscraper::MoveObject::StaticText3
protected

Definition at line 155 of file moveobject.h.

◆ txtMoveSpeed

wxTextCtrl* Skyscraper::MoveObject::txtMoveSpeed
protected

◆ txtPositionX

wxTextCtrl* Skyscraper::MoveObject::txtPositionX
protected

Definition at line 160 of file moveobject.h.

Referenced by On_bPositionX_Click().

◆ txtPositionY

wxTextCtrl* Skyscraper::MoveObject::txtPositionY
protected

Definition at line 161 of file moveobject.h.

Referenced by On_bPositionY_Click().

◆ txtPositionZ

wxTextCtrl* Skyscraper::MoveObject::txtPositionZ
protected

Definition at line 162 of file moveobject.h.

Referenced by On_bPositionZ_Click().

◆ txtRotationX

wxTextCtrl* Skyscraper::MoveObject::txtRotationX
protected

Definition at line 163 of file moveobject.h.

Referenced by On_bRotationX_Click().

◆ txtRotationY

wxTextCtrl* Skyscraper::MoveObject::txtRotationY
protected

Definition at line 164 of file moveobject.h.

Referenced by On_bRotationY_Click().

◆ txtRotationZ

wxTextCtrl* Skyscraper::MoveObject::txtRotationZ
protected

Definition at line 165 of file moveobject.h.

Referenced by On_bRotationZ_Click().


The documentation for this class was generated from the following files: