RigsofRods  2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Data Structures | Typedefs | Functions | Variables
RoR::GUI Namespace Reference

Data Structures

class  BBCodeDrawingContext
 
class  CollisionsDebug
 Diagnostic view for static terrain collisions and script event-boxes. More...
 
struct  ConsoleView
 Configurable console renderer, implements filtering, colorized text, incons. More...
 
class  ConsoleWindow
 
class  DirectionArrow
 
class  FlexbodyDebug
 Flexbody and prop diagnostic. More...
 
class  FrictionSettings
 
class  GameAbout
 
class  GameChatBox
 Overlay showing chat/console messages on screen, with optional entry field. More...
 
class  GameControls
 
class  GameMainMenu
 
class  GameSettings
 
class  LoadingWindow
 
class  MainSelector
 
struct  MessageBoxButton
 
struct  MessageBoxConfig
 
class  MessageBoxDialog
 
class  MpClientList
 
struct  MpServerInfo
 
class  MultiplayerSelector
 
class  NodeBeamUtils
 
class  RepositorySelector
 
struct  RepoWorkQueueTicket
 
struct  ResourceCategories
 
struct  ResourceFiles
 
struct  ResourceItem
 
struct  ResourcesCollection
 
class  ScriptMonitor
 
class  SimPerfStats
 
class  SurveyMap
 In-game map widget Has 3 display modes (see SurveyMapMode), cycled using input SURVEY_MAP_TOGGLE_VIEW More...
 
class  TextureToolWindow
 
class  TopMenubar
 
class  VehicleInfoTPanel
 

Typedefs

typedef std::vector< MpServerInfoMpServerInfoVec
 
typedef int ResourceItemArrayPos_t
 
typedef std::map< int, Ogre::TexturePtr > RepoAttachmentsMap
 Maps attachment ID to Ogre::TexturePtr. More...
 

Functions

std::ostream & operator<< (std::ostream &os, RepoWorkQueueTicket &val)
 

Variables

const int RESOURCEITEMARRAYPOS_INVALID = -1
 

Typedef Documentation

◆ MpServerInfoVec

Definition at line 52 of file GUI_MultiplayerSelector.h.

◆ RepoAttachmentsMap

typedef std::map<int, Ogre::TexturePtr> RoR::GUI::RepoAttachmentsMap

Maps attachment ID to Ogre::TexturePtr.

Definition at line 94 of file GUI_RepositorySelector.h.

◆ ResourceItemArrayPos_t

Definition at line 77 of file GUI_RepositorySelector.h.

Function Documentation

◆ operator<<()

std::ostream& RoR::GUI::operator<< ( std::ostream &  os,
RepoWorkQueueTicket val 
)
inline

Definition at line 105 of file GUI_RepositorySelector.h.

Variable Documentation

◆ RESOURCEITEMARRAYPOS_INVALID

const int RoR::GUI::RESOURCEITEMARRAYPOS_INVALID = -1

Definition at line 78 of file GUI_RepositorySelector.h.