vegastrike  0.5.1.r1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
main_loop.h File Reference
#include "in.h"
#include "cmd/unit_generic.h"

Go to the source code of this file.

Namespaces

 CockpitKeys
 

Constant Groups

 CockpitKeys
 

Functions

void bootstrap_draw (const std::string &message, Animation *SplashScreen=NULL)
 
void CockpitKeys::SkipMusicTrack (const KBData &, KBSTATE newState)
 
void CockpitKeys::PitchDown (const KBData &, KBSTATE newState)
 
void CockpitKeys::PitchUp (const KBData &, KBSTATE newState)
 
void CockpitKeys::YawLeft (const KBData &, KBSTATE newState)
 
void CockpitKeys::YawRight (const KBData &, KBSTATE newState)
 
void CockpitKeys::LookDown (const KBData &kbdata, KBSTATE newState)
 
void CockpitKeys::LookUp (const KBData &kbdata, KBSTATE newState)
 
void CockpitKeys::LookLeft (const KBData &kbdata, KBSTATE newState)
 
void CockpitKeys::LookRight (const KBData &kbdata, KBSTATE newState)
 
void CockpitKeys::Inside (const KBData &, KBSTATE newState)
 
void CockpitKeys::ZoomOut (const KBData &, KBSTATE newState)
 
void CockpitKeys::ZoomIn (const KBData &, KBSTATE newState)
 
void CockpitKeys::ZoomReset (const KBData &, KBSTATE newState)
 
void CockpitKeys::InsideLeft (const KBData &, KBSTATE newState)
 
void CockpitKeys::InsideRight (const KBData &, KBSTATE newState)
 
void CockpitKeys::InsideBack (const KBData &, KBSTATE newState)
 
void CockpitKeys::SwitchLVDU (const KBData &, KBSTATE newState)
 
void CockpitKeys::SwitchRVDU (const KBData &, KBSTATE newState)
 
void CockpitKeys::SwitchMVDU (const KBData &, KBSTATE newState)
 
void CockpitKeys::SwitchULVDU (const KBData &, KBSTATE newState)
 
void CockpitKeys::SwitchURVDU (const KBData &, KBSTATE newState)
 
void CockpitKeys::SwitchUMVDU (const KBData &, KBSTATE newState)
 
void CockpitKeys::CommModeVDU (const KBData &, KBSTATE newState)
 
void CockpitKeys::ObjectiveModeVDU (const KBData &, KBSTATE newState)
 
void CockpitKeys::TargetModeVDU (const KBData &, KBSTATE newState)
 
void CockpitKeys::ManifestModeVDU (const KBData &, KBSTATE newState)
 
void CockpitKeys::DamageModeVDU (const KBData &, KBSTATE newState)
 
void CockpitKeys::GunModeVDU (const KBData &s, KBSTATE newState)
 
void CockpitKeys::MissileModeVDU (const KBData &s, KBSTATE newState)
 
void CockpitKeys::ScanningModeVDU (const KBData &, KBSTATE newState)
 
void CockpitKeys::ReverseGunModeVDU (const KBData &s, KBSTATE newState)
 
void CockpitKeys::ReverseMissileModeVDU (const KBData &s, KBSTATE newState)
 
void CockpitKeys::ViewModeVDU (const KBData &, KBSTATE newState)
 
void CockpitKeys::ScrollUp (const KBData &, KBSTATE newState)
 
void CockpitKeys::ScrollDown (const KBData &, KBSTATE newState)
 
void CockpitKeys::Behind (const KBData &, KBSTATE newState)
 
void CockpitKeys::Pan (const KBData &, KBSTATE newState)
 
void CockpitKeys::PanTarget (const KBData &, KBSTATE newState)
 
void CockpitKeys::ViewTarget (const KBData &, KBSTATE newState)
 
void CockpitKeys::OutsideTarget (const KBData &, KBSTATE newState)
 
void CockpitKeys::Quit (const KBData &, KBSTATE newState)
 
void CockpitKeys::TextMessageKey (const KBData &, KBSTATE newState)
 
void CockpitKeys::QuitNow ()
 
void AddUnitToSystem (const SavedUnits *su)
 
void createObjects (std::vector< std::string > &playersaveunit, std::vector< StarSystem * > &ssys, std::vector< QVector > &savedloc, vector< vector< string > > &savefiles)
 
void destroyObjects ()
 
void InitializeInput ()
 
void main_loop ()
 
void restore_main_loop ()
 

Function Documentation

void AddUnitToSystem ( const SavedUnits su)

Definition at line 954 of file main_loop.cpp.

void bootstrap_draw ( const std::string &  message,
Animation *  SplashScreen = NULL 
)

Definition at line 21 of file libserver.cpp.

void createObjects ( std::vector< std::string > &  playersaveunit,
std::vector< StarSystem * > &  ssys,
std::vector< QVector > &  savedloc,
vector< vector< string > > &  savefiles 
)

Definition at line 22 of file libserver.cpp.

void destroyObjects ( )

Definition at line 977 of file main_loop.cpp.

void InitializeInput ( )

Definition at line 715 of file main_loop.cpp.

void main_loop ( )

Definition at line 999 of file main_loop.cpp.

void restore_main_loop ( )

Definition at line 992 of file main_loop.cpp.