Skyscraper 2.0
Skyscraper::CameraControl Class Reference

#include <cameracontrol.h>

Inheritance diagram for Skyscraper::CameraControl:
Collaboration diagram for Skyscraper::CameraControl:

Public Member Functions

 CameraControl (DebugPanel *parent, wxWindowID id=-1)
 
virtual ~CameraControl ()
 
void Loop ()
 

Static Public Attributes

static const long ID_STATICTEXT3 = wxNewId()
 
static const long ID_txtDirectionFront = wxNewId()
 
static const long ID_STATICTEXT15 = wxNewId()
 
static const long ID_txtDirectionTop = wxNewId()
 
static const long ID_STATICTEXT4 = wxNewId()
 
static const long ID_txtCurrentFloor = wxNewId()
 
static const long ID_STATICTEXT5 = wxNewId()
 
static const long ID_txtLastMesh = wxNewId()
 
static const long ID_STATICTEXT6 = wxNewId()
 
static const long ID_txtDesiredVel = wxNewId()
 
static const long ID_STATICTEXT7 = wxNewId()
 
static const long ID_txtVelocity = wxNewId()
 
static const long ID_STATICTEXT8 = wxNewId()
 
static const long ID_txtDesiredAngle = wxNewId()
 
static const long ID_STATICTEXT9 = wxNewId()
 
static const long ID_txtAngle = wxNewId()
 
static const long ID_STATICTEXT10 = wxNewId()
 
static const long ID_txtSpeed = wxNewId()
 
static const long ID_STATICTEXT11 = wxNewId()
 
static const long ID_txtMouseDown = wxNewId()
 
static const long ID_STATICTEXT12 = wxNewId()
 
static const long ID_txtStartFloor = wxNewId()
 
static const long ID_STATICTEXT13 = wxNewId()
 
static const long ID_txtStartPosition = wxNewId()
 
static const long ID_STATICTEXT29 = wxNewId()
 
static const long ID_txtFOV = wxNewId()
 
static const long ID_STATICTEXT14 = wxNewId()
 
static const long ID_txtGravity = wxNewId()
 
static const long ID_bGravity = wxNewId()
 
static const long ID_lblGravityEnabled = wxNewId()
 
static const long ID_txtGravityEnabled = wxNewId()
 
static const long ID_bGravityEnabled = wxNewId()
 
static const long ID_STATICTEXT17 = wxNewId()
 
static const long ID_txtCollisions = wxNewId()
 
static const long ID_bCollisions = wxNewId()
 
static const long ID_STATICTEXT32 = wxNewId()
 
static const long ID_txtReportCollisions = wxNewId()
 
static const long ID_bReportCollisions = wxNewId()
 
static const long ID_STATICTEXT19 = wxNewId()
 
static const long ID_txtFreelook = wxNewId()
 
static const long ID_bFreelook = wxNewId()
 
static const long ID_STATICTEXT20 = wxNewId()
 
static const long ID_txtFreelookSpeed = wxNewId()
 
static const long ID_bFreelookSpeed = wxNewId()
 
static const long ID_STATICTEXT33 = wxNewId()
 
static const long ID_txtBinocularsFOV = wxNewId()
 
static const long ID_bBinocularsFOV = wxNewId()
 
static const long ID_STATICTEXT18 = wxNewId()
 
static const long ID_txtGotoFloor = wxNewId()
 
static const long ID_bGotoFloor = wxNewId()
 
static const long ID_STATICTEXT1 = wxNewId()
 
static const long ID_STATICTEXT2 = wxNewId()
 
static const long ID_lblPosition = 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_bStartPosition = wxNewId()
 
static const long ID_bStartRotation = wxNewId()
 
static const long ID_bStartDirection = 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()
 
static const long ID_STATICTEXT30 = wxNewId()
 
static const long ID_txtSetFOV = wxNewId()
 
static const long ID_bSetFOV = wxNewId()
 
static const long ID_bResetFOV = 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_bGotoFloor_Click (wxCommandEvent &event)
 
void On_bReportCollisions_Click (wxCommandEvent &event)
 
void On_bBinocularsFOV_Click (wxCommandEvent &event)
 
void OnInit ()
 

Protected Attributes

wxButton * bBinocularsFOV
 
wxButton * bCollisions
 
wxButton * bFreelook
 
wxButton * bFreelookSpeed
 
wxButton * bGotoFloor
 
wxButton * bGravity
 
wxButton * bGravityEnabled
 
wxButton * bPositionX
 
wxButton * bPositionY
 
wxButton * bPositionZ
 
wxButton * bReportCollisions
 
wxButton * bResetFOV
 
wxButton * bRotationX
 
wxButton * bRotationY
 
wxButton * bRotationZ
 
wxButton * bSetFOV
 
wxButton * bStartDirection
 
wxButton * bStartPosition
 
wxButton * bStartRotation
 
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 * StaticText10
 
wxStaticText * StaticText11
 
wxStaticText * StaticText12
 
wxStaticText * StaticText13
 
wxStaticText * StaticText14
 
wxStaticText * StaticText15
 
wxStaticText * StaticText16
 
wxStaticText * StaticText17
 
wxStaticText * StaticText18
 
wxStaticText * StaticText19
 
wxStaticText * StaticText1
 
wxStaticText * StaticText20
 
wxStaticText * StaticText21
 
wxStaticText * StaticText22
 
wxStaticText * StaticText23
 
wxStaticText * StaticText24
 
wxStaticText * StaticText25
 
wxStaticText * StaticText26
 
wxStaticText * StaticText27
 
wxStaticText * StaticText28
 
wxStaticText * StaticText29
 
wxStaticText * StaticText2
 
wxStaticText * StaticText30
 
wxStaticText * StaticText32
 
wxStaticText * StaticText33
 
wxStaticText * StaticText3
 
wxStaticText * StaticText4
 
wxStaticText * StaticText5
 
wxStaticText * StaticText6
 
wxStaticText * StaticText7
 
wxStaticText * StaticText8
 
wxStaticText * StaticText9
 
wxStaticText * lblGravityEnabled
 
wxStaticText * lblPosition
 
wxStaticText * lblRotation
 
wxTextCtrl * txtAngle
 
wxTextCtrl * txtBinocularsFOV
 
wxTextCtrl * txtCollisions
 
wxTextCtrl * txtCurrentFloor
 
wxTextCtrl * txtDesiredAngle
 
wxTextCtrl * txtDesiredVel
 
wxTextCtrl * txtDirectionFront
 
wxTextCtrl * txtDirectionTop
 
wxTextCtrl * txtFOV
 
wxTextCtrl * txtFreelook
 
wxTextCtrl * txtFreelookSpeed
 
wxTextCtrl * txtGotoFloor
 
wxTextCtrl * txtGravity
 
wxTextCtrl * txtGravityEnabled
 
wxTextCtrl * txtLastMesh
 
wxTextCtrl * txtMouseDown
 
wxTextCtrl * txtMoveSpeed
 
wxTextCtrl * txtPositionX
 
wxTextCtrl * txtPositionY
 
wxTextCtrl * txtPositionZ
 
wxTextCtrl * txtReportCollisions
 
wxTextCtrl * txtRotationX
 
wxTextCtrl * txtRotationY
 
wxTextCtrl * txtRotationZ
 
wxTextCtrl * txtSetFOV
 
wxTextCtrl * txtSpeed
 
wxTextCtrl * txtStartFloor
 
wxTextCtrl * txtStartPosition
 
wxTextCtrl * txtVelocity
 
Vector3 hold_vector
 

Private Attributes

SBS::SBSSimcore
 
DebugPanelpanel
 

Detailed Description

Definition at line 39 of file cameracontrol.h.

Constructor & Destructor Documentation

◆ CameraControl()

◆ ~CameraControl()

Skyscraper::CameraControl::~CameraControl ( )
virtual

Definition at line 443 of file cameracontrol.cpp.

Member Function Documentation

◆ Loop()

◆ On_bBinocularsFOV_Click()

void Skyscraper::CameraControl::On_bBinocularsFOV_Click ( wxCommandEvent & event)
protected

Definition at line 690 of file cameracontrol.cpp.

References SBS::Camera::BinocularsFOV, SBS::SBS::camera, Simcore, and txtBinocularsFOV.

Referenced by CameraControl().

◆ On_bCollisions_Click()

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

Definition at line 619 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::CollisionsEnabled(), SBS::Camera::EnableCollisions(), and Simcore.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bFreelook_Click()

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

Definition at line 624 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::Freelook, and Simcore.

Referenced by CameraControl().

◆ On_bFreelookSpeed_Click()

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

Definition at line 629 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::Freelook_speed, Simcore, and txtFreelookSpeed.

Referenced by CameraControl().

◆ On_bGotoFloor_Click()

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

Definition at line 680 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::GotoFloor(), Simcore, and txtGotoFloor.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bGravity_Click()

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

Definition at line 609 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::SetGravity(), Simcore, and txtGravity.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bGravityEnabled_Click()

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

Definition at line 614 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::EnableGravity(), SBS::Camera::GetGravityStatus(), and Simcore.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bPositionX_Click()

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

Definition at line 634 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::GetPosition(), SBS::Camera::SetPosition(), Simcore, and txtPositionX.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bPositionY_Click()

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

Definition at line 639 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::GetPosition(), SBS::Camera::SetPosition(), Simcore, and txtPositionY.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bPositionZ_Click()

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

Definition at line 644 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::GetPosition(), SBS::Camera::SetPosition(), Simcore, and txtPositionZ.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bReportCollisions_Click()

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

Definition at line 685 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::ReportCollisions, and Simcore.

Referenced by CameraControl().

◆ On_bResetFOV_Click()

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

Definition at line 675 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::SetToDefaultFOV(), and Simcore.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bRotationX_Click()

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

Definition at line 649 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::GetRotation(), SBS::Camera::SetRotation(), Simcore, and txtRotationX.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bRotationY_Click()

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

Definition at line 654 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::GetRotation(), SBS::Camera::SetRotation(), Simcore, and txtRotationY.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bRotationZ_Click()

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

Definition at line 659 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::GetRotation(), SBS::Camera::SetRotation(), Simcore, and txtRotationZ.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bSetFOV_Click()

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

Definition at line 670 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::SetFOVAngle(), Simcore, and txtSetFOV.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bStartDirection_Click()

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

Definition at line 604 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::SetToStartDirection(), and Simcore.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bStartPosition_Click()

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

Definition at line 594 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::SetToStartPosition(), and Simcore.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bStartRotation_Click()

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

Definition at line 599 of file cameracontrol.cpp.

References SBS::SBS::camera, SBS::Camera::SetToStartRotation(), and Simcore.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bXNeg_Click()

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

Definition at line 538 of file cameracontrol.cpp.

References SBS::SBS::camera, chkHold, hold_vector, SBS::Camera::Move(), SBS::Camera::Rotate(), rPosition, Simcore, and txtMoveSpeed.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bXPlus_Click()

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

Definition at line 552 of file cameracontrol.cpp.

References SBS::SBS::camera, chkHold, hold_vector, SBS::Camera::Move(), SBS::Camera::Rotate(), rPosition, Simcore, and txtMoveSpeed.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bYNeg_Click()

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

Definition at line 580 of file cameracontrol.cpp.

References SBS::SBS::camera, chkHold, hold_vector, SBS::Camera::Move(), SBS::Camera::Rotate(), rPosition, Simcore, and txtMoveSpeed.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bYPlus_Click()

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

Definition at line 524 of file cameracontrol.cpp.

References SBS::SBS::camera, chkHold, hold_vector, SBS::Camera::Move(), SBS::Camera::Rotate(), rPosition, Simcore, and txtMoveSpeed.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bZNeg_Click()

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

Definition at line 566 of file cameracontrol.cpp.

References SBS::SBS::camera, chkHold, hold_vector, SBS::Camera::Move(), SBS::Camera::Rotate(), rPosition, Simcore, and txtMoveSpeed.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_bZPlus_Click()

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

Definition at line 510 of file cameracontrol.cpp.

References SBS::SBS::camera, chkHold, hold_vector, SBS::Camera::Move(), SBS::Camera::Rotate(), rPosition, Simcore, and txtMoveSpeed.

Referenced by CameraControl().

Here is the call graph for this function:

◆ On_chkHold_Click()

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

Definition at line 664 of file cameracontrol.cpp.

References chkHold, and hold_vector.

Referenced by CameraControl().

◆ On_rPosition_Select()

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

Definition at line 500 of file cameracontrol.cpp.

Referenced by CameraControl().

◆ On_rRotation_Select()

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

Definition at line 505 of file cameracontrol.cpp.

Referenced by CameraControl().

◆ OnInit() [1/2]

void Skyscraper::CameraControl::OnInit ( )
protected

◆ OnInit() [2/2]

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

Member Data Documentation

◆ bBinocularsFOV

wxButton* Skyscraper::CameraControl::bBinocularsFOV
protected

Definition at line 181 of file cameracontrol.h.

◆ bCollisions

wxButton* Skyscraper::CameraControl::bCollisions
protected

Definition at line 182 of file cameracontrol.h.

◆ bFreelook

wxButton* Skyscraper::CameraControl::bFreelook
protected

Definition at line 183 of file cameracontrol.h.

◆ bFreelookSpeed

wxButton* Skyscraper::CameraControl::bFreelookSpeed
protected

Definition at line 184 of file cameracontrol.h.

◆ bGotoFloor

wxButton* Skyscraper::CameraControl::bGotoFloor
protected

Definition at line 185 of file cameracontrol.h.

◆ bGravity

wxButton* Skyscraper::CameraControl::bGravity
protected

Definition at line 186 of file cameracontrol.h.

◆ bGravityEnabled

wxButton* Skyscraper::CameraControl::bGravityEnabled
protected

Definition at line 187 of file cameracontrol.h.

◆ bPositionX

wxButton* Skyscraper::CameraControl::bPositionX
protected

Definition at line 188 of file cameracontrol.h.

◆ bPositionY

wxButton* Skyscraper::CameraControl::bPositionY
protected

Definition at line 189 of file cameracontrol.h.

◆ bPositionZ

wxButton* Skyscraper::CameraControl::bPositionZ
protected

Definition at line 190 of file cameracontrol.h.

◆ bReportCollisions

wxButton* Skyscraper::CameraControl::bReportCollisions
protected

Definition at line 191 of file cameracontrol.h.

◆ bResetFOV

wxButton* Skyscraper::CameraControl::bResetFOV
protected

Definition at line 192 of file cameracontrol.h.

◆ bRotationX

wxButton* Skyscraper::CameraControl::bRotationX
protected

Definition at line 193 of file cameracontrol.h.

◆ bRotationY

wxButton* Skyscraper::CameraControl::bRotationY
protected

Definition at line 194 of file cameracontrol.h.

◆ bRotationZ

wxButton* Skyscraper::CameraControl::bRotationZ
protected

Definition at line 195 of file cameracontrol.h.

◆ bSetFOV

wxButton* Skyscraper::CameraControl::bSetFOV
protected

Definition at line 196 of file cameracontrol.h.

◆ bStartDirection

wxButton* Skyscraper::CameraControl::bStartDirection
protected

Definition at line 197 of file cameracontrol.h.

◆ bStartPosition

wxButton* Skyscraper::CameraControl::bStartPosition
protected

Definition at line 198 of file cameracontrol.h.

◆ bStartRotation

wxButton* Skyscraper::CameraControl::bStartRotation
protected

Definition at line 199 of file cameracontrol.h.

◆ bXNeg

wxButton* Skyscraper::CameraControl::bXNeg
protected

Definition at line 200 of file cameracontrol.h.

◆ bXPlus

wxButton* Skyscraper::CameraControl::bXPlus
protected

Definition at line 201 of file cameracontrol.h.

◆ bYNeg

wxButton* Skyscraper::CameraControl::bYNeg
protected

Definition at line 202 of file cameracontrol.h.

◆ bYPlus

wxButton* Skyscraper::CameraControl::bYPlus
protected

Definition at line 203 of file cameracontrol.h.

◆ bZNeg

wxButton* Skyscraper::CameraControl::bZNeg
protected

Definition at line 204 of file cameracontrol.h.

◆ bZPlus

wxButton* Skyscraper::CameraControl::bZPlus
protected

Definition at line 205 of file cameracontrol.h.

◆ chkHold

wxCheckBox* Skyscraper::CameraControl::chkHold
protected

◆ hold_vector

Vector3 Skyscraper::CameraControl::hold_vector
protected

◆ ID_bBinocularsFOV

const long Skyscraper::CameraControl::ID_bBinocularsFOV = wxNewId()
static

Definition at line 93 of file cameracontrol.h.

◆ ID_bCollisions

const long Skyscraper::CameraControl::ID_bCollisions = wxNewId()
static

Definition at line 81 of file cameracontrol.h.

◆ ID_bFreelook

const long Skyscraper::CameraControl::ID_bFreelook = wxNewId()
static

Definition at line 87 of file cameracontrol.h.

◆ ID_bFreelookSpeed

const long Skyscraper::CameraControl::ID_bFreelookSpeed = wxNewId()
static

Definition at line 90 of file cameracontrol.h.

◆ ID_bGotoFloor

const long Skyscraper::CameraControl::ID_bGotoFloor = wxNewId()
static

Definition at line 96 of file cameracontrol.h.

◆ ID_bGravity

const long Skyscraper::CameraControl::ID_bGravity = wxNewId()
static

Definition at line 75 of file cameracontrol.h.

◆ ID_bGravityEnabled

const long Skyscraper::CameraControl::ID_bGravityEnabled = wxNewId()
static

Definition at line 78 of file cameracontrol.h.

◆ ID_bPositionX

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

Definition at line 119 of file cameracontrol.h.

◆ ID_bPositionY

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

Definition at line 122 of file cameracontrol.h.

◆ ID_bPositionZ

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

Definition at line 125 of file cameracontrol.h.

◆ ID_bReportCollisions

const long Skyscraper::CameraControl::ID_bReportCollisions = wxNewId()
static

Definition at line 84 of file cameracontrol.h.

◆ ID_bResetFOV

const long Skyscraper::CameraControl::ID_bResetFOV = wxNewId()
static

Definition at line 141 of file cameracontrol.h.

◆ ID_bRotationX

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

Definition at line 130 of file cameracontrol.h.

◆ ID_bRotationY

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

Definition at line 133 of file cameracontrol.h.

◆ ID_bRotationZ

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

Definition at line 136 of file cameracontrol.h.

◆ ID_bSetFOV

const long Skyscraper::CameraControl::ID_bSetFOV = wxNewId()
static

Definition at line 140 of file cameracontrol.h.

◆ ID_bStartDirection

const long Skyscraper::CameraControl::ID_bStartDirection = wxNewId()
static

Definition at line 115 of file cameracontrol.h.

◆ ID_bStartPosition

const long Skyscraper::CameraControl::ID_bStartPosition = wxNewId()
static

Definition at line 113 of file cameracontrol.h.

◆ ID_bStartRotation

const long Skyscraper::CameraControl::ID_bStartRotation = wxNewId()
static

Definition at line 114 of file cameracontrol.h.

◆ ID_bXNeg

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

Definition at line 108 of file cameracontrol.h.

◆ ID_bXPlus

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

Definition at line 110 of file cameracontrol.h.

◆ ID_bYNeg

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

Definition at line 112 of file cameracontrol.h.

◆ ID_bYPlus

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

Definition at line 107 of file cameracontrol.h.

◆ ID_bZNeg

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

Definition at line 111 of file cameracontrol.h.

◆ ID_bZPlus

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

Definition at line 106 of file cameracontrol.h.

◆ ID_chkHold

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

Definition at line 109 of file cameracontrol.h.

◆ ID_lblGravityEnabled

const long Skyscraper::CameraControl::ID_lblGravityEnabled = wxNewId()
static

Definition at line 76 of file cameracontrol.h.

◆ ID_lblPosition

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

Definition at line 99 of file cameracontrol.h.

◆ ID_lblRotation

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

Definition at line 100 of file cameracontrol.h.

◆ ID_rPosition

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

Definition at line 102 of file cameracontrol.h.

◆ ID_rRotation

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

Definition at line 103 of file cameracontrol.h.

◆ ID_STATICLINE1

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

Definition at line 126 of file cameracontrol.h.

◆ ID_STATICLINE2

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

Definition at line 101 of file cameracontrol.h.

◆ ID_STATICLINE3

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

Definition at line 137 of file cameracontrol.h.

◆ ID_STATICTEXT1

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

Definition at line 97 of file cameracontrol.h.

◆ ID_STATICTEXT10

const long Skyscraper::CameraControl::ID_STATICTEXT10 = wxNewId()
static

Definition at line 63 of file cameracontrol.h.

◆ ID_STATICTEXT11

const long Skyscraper::CameraControl::ID_STATICTEXT11 = wxNewId()
static

Definition at line 65 of file cameracontrol.h.

◆ ID_STATICTEXT12

const long Skyscraper::CameraControl::ID_STATICTEXT12 = wxNewId()
static

Definition at line 67 of file cameracontrol.h.

◆ ID_STATICTEXT13

const long Skyscraper::CameraControl::ID_STATICTEXT13 = wxNewId()
static

Definition at line 69 of file cameracontrol.h.

◆ ID_STATICTEXT14

const long Skyscraper::CameraControl::ID_STATICTEXT14 = wxNewId()
static

Definition at line 73 of file cameracontrol.h.

◆ ID_STATICTEXT15

const long Skyscraper::CameraControl::ID_STATICTEXT15 = wxNewId()
static

Definition at line 49 of file cameracontrol.h.

◆ ID_STATICTEXT16

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

Definition at line 116 of file cameracontrol.h.

◆ ID_STATICTEXT17

const long Skyscraper::CameraControl::ID_STATICTEXT17 = wxNewId()
static

Definition at line 79 of file cameracontrol.h.

◆ ID_STATICTEXT18

const long Skyscraper::CameraControl::ID_STATICTEXT18 = wxNewId()
static

Definition at line 94 of file cameracontrol.h.

◆ ID_STATICTEXT19

const long Skyscraper::CameraControl::ID_STATICTEXT19 = wxNewId()
static

Definition at line 85 of file cameracontrol.h.

◆ ID_STATICTEXT2

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

Definition at line 98 of file cameracontrol.h.

◆ ID_STATICTEXT20

const long Skyscraper::CameraControl::ID_STATICTEXT20 = wxNewId()
static

Definition at line 88 of file cameracontrol.h.

◆ ID_STATICTEXT21

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

Definition at line 117 of file cameracontrol.h.

◆ ID_STATICTEXT22

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

Definition at line 120 of file cameracontrol.h.

◆ ID_STATICTEXT23

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

Definition at line 123 of file cameracontrol.h.

◆ ID_STATICTEXT24

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

Definition at line 128 of file cameracontrol.h.

◆ ID_STATICTEXT25

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

Definition at line 131 of file cameracontrol.h.

◆ ID_STATICTEXT26

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

Definition at line 134 of file cameracontrol.h.

◆ ID_STATICTEXT27

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

Definition at line 127 of file cameracontrol.h.

◆ ID_STATICTEXT28

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

Definition at line 104 of file cameracontrol.h.

◆ ID_STATICTEXT29

const long Skyscraper::CameraControl::ID_STATICTEXT29 = wxNewId()
static

Definition at line 71 of file cameracontrol.h.

◆ ID_STATICTEXT3

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

Definition at line 47 of file cameracontrol.h.

◆ ID_STATICTEXT30

const long Skyscraper::CameraControl::ID_STATICTEXT30 = wxNewId()
static

Definition at line 138 of file cameracontrol.h.

◆ ID_STATICTEXT32

const long Skyscraper::CameraControl::ID_STATICTEXT32 = wxNewId()
static

Definition at line 82 of file cameracontrol.h.

◆ ID_STATICTEXT33

const long Skyscraper::CameraControl::ID_STATICTEXT33 = wxNewId()
static

Definition at line 91 of file cameracontrol.h.

◆ ID_STATICTEXT4

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

Definition at line 51 of file cameracontrol.h.

◆ ID_STATICTEXT5

const long Skyscraper::CameraControl::ID_STATICTEXT5 = wxNewId()
static

Definition at line 53 of file cameracontrol.h.

◆ ID_STATICTEXT6

const long Skyscraper::CameraControl::ID_STATICTEXT6 = wxNewId()
static

Definition at line 55 of file cameracontrol.h.

◆ ID_STATICTEXT7

const long Skyscraper::CameraControl::ID_STATICTEXT7 = wxNewId()
static

Definition at line 57 of file cameracontrol.h.

◆ ID_STATICTEXT8

const long Skyscraper::CameraControl::ID_STATICTEXT8 = wxNewId()
static

Definition at line 59 of file cameracontrol.h.

◆ ID_STATICTEXT9

const long Skyscraper::CameraControl::ID_STATICTEXT9 = wxNewId()
static

Definition at line 61 of file cameracontrol.h.

◆ ID_txtAngle

const long Skyscraper::CameraControl::ID_txtAngle = wxNewId()
static

Definition at line 62 of file cameracontrol.h.

◆ ID_txtBinocularsFOV

const long Skyscraper::CameraControl::ID_txtBinocularsFOV = wxNewId()
static

Definition at line 92 of file cameracontrol.h.

◆ ID_txtCollisions

const long Skyscraper::CameraControl::ID_txtCollisions = wxNewId()
static

Definition at line 80 of file cameracontrol.h.

◆ ID_txtCurrentFloor

const long Skyscraper::CameraControl::ID_txtCurrentFloor = wxNewId()
static

Definition at line 52 of file cameracontrol.h.

◆ ID_txtDesiredAngle

const long Skyscraper::CameraControl::ID_txtDesiredAngle = wxNewId()
static

Definition at line 60 of file cameracontrol.h.

◆ ID_txtDesiredVel

const long Skyscraper::CameraControl::ID_txtDesiredVel = wxNewId()
static

Definition at line 56 of file cameracontrol.h.

◆ ID_txtDirectionFront

const long Skyscraper::CameraControl::ID_txtDirectionFront = wxNewId()
static

Definition at line 48 of file cameracontrol.h.

◆ ID_txtDirectionTop

const long Skyscraper::CameraControl::ID_txtDirectionTop = wxNewId()
static

Definition at line 50 of file cameracontrol.h.

◆ ID_txtFOV

const long Skyscraper::CameraControl::ID_txtFOV = wxNewId()
static

Definition at line 72 of file cameracontrol.h.

◆ ID_txtFreelook

const long Skyscraper::CameraControl::ID_txtFreelook = wxNewId()
static

Definition at line 86 of file cameracontrol.h.

◆ ID_txtFreelookSpeed

const long Skyscraper::CameraControl::ID_txtFreelookSpeed = wxNewId()
static

Definition at line 89 of file cameracontrol.h.

◆ ID_txtGotoFloor

const long Skyscraper::CameraControl::ID_txtGotoFloor = wxNewId()
static

Definition at line 95 of file cameracontrol.h.

◆ ID_txtGravity

const long Skyscraper::CameraControl::ID_txtGravity = wxNewId()
static

Definition at line 74 of file cameracontrol.h.

◆ ID_txtGravityEnabled

const long Skyscraper::CameraControl::ID_txtGravityEnabled = wxNewId()
static

Definition at line 77 of file cameracontrol.h.

◆ ID_txtLastMesh

const long Skyscraper::CameraControl::ID_txtLastMesh = wxNewId()
static

Definition at line 54 of file cameracontrol.h.

◆ ID_txtMouseDown

const long Skyscraper::CameraControl::ID_txtMouseDown = wxNewId()
static

Definition at line 66 of file cameracontrol.h.

◆ ID_txtMoveSpeed

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

Definition at line 105 of file cameracontrol.h.

◆ ID_txtPositionX

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

Definition at line 118 of file cameracontrol.h.

◆ ID_txtPositionY

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

Definition at line 121 of file cameracontrol.h.

◆ ID_txtPositionZ

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

Definition at line 124 of file cameracontrol.h.

◆ ID_txtReportCollisions

const long Skyscraper::CameraControl::ID_txtReportCollisions = wxNewId()
static

Definition at line 83 of file cameracontrol.h.

◆ ID_txtRotationX

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

Definition at line 129 of file cameracontrol.h.

◆ ID_txtRotationY

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

Definition at line 132 of file cameracontrol.h.

◆ ID_txtRotationZ

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

Definition at line 135 of file cameracontrol.h.

◆ ID_txtSetFOV

const long Skyscraper::CameraControl::ID_txtSetFOV = wxNewId()
static

Definition at line 139 of file cameracontrol.h.

◆ ID_txtSpeed

const long Skyscraper::CameraControl::ID_txtSpeed = wxNewId()
static

Definition at line 64 of file cameracontrol.h.

◆ ID_txtStartFloor

const long Skyscraper::CameraControl::ID_txtStartFloor = wxNewId()
static

Definition at line 68 of file cameracontrol.h.

◆ ID_txtStartPosition

const long Skyscraper::CameraControl::ID_txtStartPosition = wxNewId()
static

Definition at line 70 of file cameracontrol.h.

◆ ID_txtVelocity

const long Skyscraper::CameraControl::ID_txtVelocity = wxNewId()
static

Definition at line 58 of file cameracontrol.h.

◆ lblGravityEnabled

wxStaticText* Skyscraper::CameraControl::lblGravityEnabled
protected

Definition at line 244 of file cameracontrol.h.

◆ lblPosition

wxStaticText* Skyscraper::CameraControl::lblPosition
protected

Definition at line 245 of file cameracontrol.h.

Referenced by Loop().

◆ lblRotation

wxStaticText* Skyscraper::CameraControl::lblRotation
protected

Definition at line 246 of file cameracontrol.h.

Referenced by Loop().

◆ panel

DebugPanel* Skyscraper::CameraControl::panel
private

Definition at line 282 of file cameracontrol.h.

Referenced by Loop(), and OnInit().

◆ rPosition

wxRadioButton* Skyscraper::CameraControl::rPosition
protected

◆ rRotation

wxRadioButton* Skyscraper::CameraControl::rRotation
protected

Definition at line 208 of file cameracontrol.h.

◆ Simcore

◆ StaticLine1

wxStaticLine* Skyscraper::CameraControl::StaticLine1
protected

Definition at line 209 of file cameracontrol.h.

◆ StaticLine2

wxStaticLine* Skyscraper::CameraControl::StaticLine2
protected

Definition at line 210 of file cameracontrol.h.

◆ StaticLine3

wxStaticLine* Skyscraper::CameraControl::StaticLine3
protected

Definition at line 211 of file cameracontrol.h.

◆ StaticText1

wxStaticText* Skyscraper::CameraControl::StaticText1
protected

Definition at line 222 of file cameracontrol.h.

◆ StaticText10

wxStaticText* Skyscraper::CameraControl::StaticText10
protected

Definition at line 212 of file cameracontrol.h.

◆ StaticText11

wxStaticText* Skyscraper::CameraControl::StaticText11
protected

Definition at line 213 of file cameracontrol.h.

◆ StaticText12

wxStaticText* Skyscraper::CameraControl::StaticText12
protected

Definition at line 214 of file cameracontrol.h.

◆ StaticText13

wxStaticText* Skyscraper::CameraControl::StaticText13
protected

Definition at line 215 of file cameracontrol.h.

◆ StaticText14

wxStaticText* Skyscraper::CameraControl::StaticText14
protected

Definition at line 216 of file cameracontrol.h.

◆ StaticText15

wxStaticText* Skyscraper::CameraControl::StaticText15
protected

Definition at line 217 of file cameracontrol.h.

◆ StaticText16

wxStaticText* Skyscraper::CameraControl::StaticText16
protected

Definition at line 218 of file cameracontrol.h.

◆ StaticText17

wxStaticText* Skyscraper::CameraControl::StaticText17
protected

Definition at line 219 of file cameracontrol.h.

◆ StaticText18

wxStaticText* Skyscraper::CameraControl::StaticText18
protected

Definition at line 220 of file cameracontrol.h.

◆ StaticText19

wxStaticText* Skyscraper::CameraControl::StaticText19
protected

Definition at line 221 of file cameracontrol.h.

◆ StaticText2

wxStaticText* Skyscraper::CameraControl::StaticText2
protected

Definition at line 233 of file cameracontrol.h.

◆ StaticText20

wxStaticText* Skyscraper::CameraControl::StaticText20
protected

Definition at line 223 of file cameracontrol.h.

◆ StaticText21

wxStaticText* Skyscraper::CameraControl::StaticText21
protected

Definition at line 224 of file cameracontrol.h.

◆ StaticText22

wxStaticText* Skyscraper::CameraControl::StaticText22
protected

Definition at line 225 of file cameracontrol.h.

◆ StaticText23

wxStaticText* Skyscraper::CameraControl::StaticText23
protected

Definition at line 226 of file cameracontrol.h.

◆ StaticText24

wxStaticText* Skyscraper::CameraControl::StaticText24
protected

Definition at line 227 of file cameracontrol.h.

◆ StaticText25

wxStaticText* Skyscraper::CameraControl::StaticText25
protected

Definition at line 228 of file cameracontrol.h.

◆ StaticText26

wxStaticText* Skyscraper::CameraControl::StaticText26
protected

Definition at line 229 of file cameracontrol.h.

◆ StaticText27

wxStaticText* Skyscraper::CameraControl::StaticText27
protected

Definition at line 230 of file cameracontrol.h.

◆ StaticText28

wxStaticText* Skyscraper::CameraControl::StaticText28
protected

Definition at line 231 of file cameracontrol.h.

◆ StaticText29

wxStaticText* Skyscraper::CameraControl::StaticText29
protected

Definition at line 232 of file cameracontrol.h.

◆ StaticText3

wxStaticText* Skyscraper::CameraControl::StaticText3
protected

Definition at line 237 of file cameracontrol.h.

◆ StaticText30

wxStaticText* Skyscraper::CameraControl::StaticText30
protected

Definition at line 234 of file cameracontrol.h.

◆ StaticText32

wxStaticText* Skyscraper::CameraControl::StaticText32
protected

Definition at line 235 of file cameracontrol.h.

◆ StaticText33

wxStaticText* Skyscraper::CameraControl::StaticText33
protected

Definition at line 236 of file cameracontrol.h.

◆ StaticText4

wxStaticText* Skyscraper::CameraControl::StaticText4
protected

Definition at line 238 of file cameracontrol.h.

◆ StaticText5

wxStaticText* Skyscraper::CameraControl::StaticText5
protected

Definition at line 239 of file cameracontrol.h.

◆ StaticText6

wxStaticText* Skyscraper::CameraControl::StaticText6
protected

Definition at line 240 of file cameracontrol.h.

◆ StaticText7

wxStaticText* Skyscraper::CameraControl::StaticText7
protected

Definition at line 241 of file cameracontrol.h.

◆ StaticText8

wxStaticText* Skyscraper::CameraControl::StaticText8
protected

Definition at line 242 of file cameracontrol.h.

◆ StaticText9

wxStaticText* Skyscraper::CameraControl::StaticText9
protected

Definition at line 243 of file cameracontrol.h.

◆ txtAngle

wxTextCtrl* Skyscraper::CameraControl::txtAngle
protected

Definition at line 247 of file cameracontrol.h.

Referenced by Loop().

◆ txtBinocularsFOV

wxTextCtrl* Skyscraper::CameraControl::txtBinocularsFOV
protected

Definition at line 248 of file cameracontrol.h.

Referenced by On_bBinocularsFOV_Click(), and OnInit().

◆ txtCollisions

wxTextCtrl* Skyscraper::CameraControl::txtCollisions
protected

Definition at line 249 of file cameracontrol.h.

Referenced by Loop().

◆ txtCurrentFloor

wxTextCtrl* Skyscraper::CameraControl::txtCurrentFloor
protected

Definition at line 250 of file cameracontrol.h.

Referenced by Loop().

◆ txtDesiredAngle

wxTextCtrl* Skyscraper::CameraControl::txtDesiredAngle
protected

Definition at line 251 of file cameracontrol.h.

Referenced by Loop().

◆ txtDesiredVel

wxTextCtrl* Skyscraper::CameraControl::txtDesiredVel
protected

Definition at line 252 of file cameracontrol.h.

Referenced by Loop().

◆ txtDirectionFront

wxTextCtrl* Skyscraper::CameraControl::txtDirectionFront
protected

Definition at line 253 of file cameracontrol.h.

Referenced by Loop().

◆ txtDirectionTop

wxTextCtrl* Skyscraper::CameraControl::txtDirectionTop
protected

Definition at line 254 of file cameracontrol.h.

Referenced by Loop().

◆ txtFOV

wxTextCtrl* Skyscraper::CameraControl::txtFOV
protected

Definition at line 255 of file cameracontrol.h.

Referenced by Loop().

◆ txtFreelook

wxTextCtrl* Skyscraper::CameraControl::txtFreelook
protected

Definition at line 256 of file cameracontrol.h.

Referenced by Loop().

◆ txtFreelookSpeed

wxTextCtrl* Skyscraper::CameraControl::txtFreelookSpeed
protected

Definition at line 257 of file cameracontrol.h.

Referenced by On_bFreelookSpeed_Click(), and OnInit().

◆ txtGotoFloor

wxTextCtrl* Skyscraper::CameraControl::txtGotoFloor
protected

Definition at line 258 of file cameracontrol.h.

Referenced by On_bGotoFloor_Click().

◆ txtGravity

wxTextCtrl* Skyscraper::CameraControl::txtGravity
protected

Definition at line 259 of file cameracontrol.h.

Referenced by On_bGravity_Click(), and OnInit().

◆ txtGravityEnabled

wxTextCtrl* Skyscraper::CameraControl::txtGravityEnabled
protected

Definition at line 260 of file cameracontrol.h.

Referenced by Loop().

◆ txtLastMesh

wxTextCtrl* Skyscraper::CameraControl::txtLastMesh
protected

Definition at line 261 of file cameracontrol.h.

Referenced by Loop().

◆ txtMouseDown

wxTextCtrl* Skyscraper::CameraControl::txtMouseDown
protected

Definition at line 262 of file cameracontrol.h.

Referenced by Loop().

◆ txtMoveSpeed

wxTextCtrl* Skyscraper::CameraControl::txtMoveSpeed
protected

◆ txtPositionX

wxTextCtrl* Skyscraper::CameraControl::txtPositionX
protected

Definition at line 264 of file cameracontrol.h.

Referenced by On_bPositionX_Click().

◆ txtPositionY

wxTextCtrl* Skyscraper::CameraControl::txtPositionY
protected

Definition at line 265 of file cameracontrol.h.

Referenced by On_bPositionY_Click().

◆ txtPositionZ

wxTextCtrl* Skyscraper::CameraControl::txtPositionZ
protected

Definition at line 266 of file cameracontrol.h.

Referenced by On_bPositionZ_Click().

◆ txtReportCollisions

wxTextCtrl* Skyscraper::CameraControl::txtReportCollisions
protected

Definition at line 267 of file cameracontrol.h.

Referenced by Loop().

◆ txtRotationX

wxTextCtrl* Skyscraper::CameraControl::txtRotationX
protected

Definition at line 268 of file cameracontrol.h.

Referenced by On_bRotationX_Click().

◆ txtRotationY

wxTextCtrl* Skyscraper::CameraControl::txtRotationY
protected

Definition at line 269 of file cameracontrol.h.

Referenced by On_bRotationY_Click().

◆ txtRotationZ

wxTextCtrl* Skyscraper::CameraControl::txtRotationZ
protected

Definition at line 270 of file cameracontrol.h.

Referenced by On_bRotationZ_Click().

◆ txtSetFOV

wxTextCtrl* Skyscraper::CameraControl::txtSetFOV
protected

Definition at line 271 of file cameracontrol.h.

Referenced by On_bSetFOV_Click().

◆ txtSpeed

wxTextCtrl* Skyscraper::CameraControl::txtSpeed
protected

Definition at line 272 of file cameracontrol.h.

Referenced by Loop().

◆ txtStartFloor

wxTextCtrl* Skyscraper::CameraControl::txtStartFloor
protected

Definition at line 273 of file cameracontrol.h.

Referenced by Loop().

◆ txtStartPosition

wxTextCtrl* Skyscraper::CameraControl::txtStartPosition
protected

Definition at line 274 of file cameracontrol.h.

Referenced by Loop().

◆ txtVelocity

wxTextCtrl* Skyscraper::CameraControl::txtVelocity
protected

Definition at line 275 of file cameracontrol.h.

Referenced by Loop().


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