RigsofRods
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Enumerations | Functions | Variables
AngelOgre_OverlayElement.h File Reference

Go to the source code of this file.

Namespaces

 AngelOgre
 OGRE-AngelScript bindings; Actually named Ogre in the scripts, just changed for docs to separate things.
 

Enumerations

enum  AngelOgre::GuiMetricsMode { AngelOgre::GMM_PIXELS, AngelOgre::GMM_RELATIVE, AngelOgre::GMM_RELATIVE_ASPECT_ADJUSTED }
 

Functions

void AngelOgre::show ()
 
void AngelOgre::hide ()
 
bool AngelOgre::isVisible () const
 
void AngelOgre::setPosition (float, float)
 
void AngelOgre::setDimensions (float, float)
 
float AngelOgre::getLeft () const
 
float AngelOgre::getTop () const
 
float AngelOgre::getWidth () const
 
float AngelOgre::getHeight () const
 
void AngelOgre::setLeft (float)
 
void AngelOgre::setTop (float)
 
void AngelOgre::setWidth (float)
 
void AngelOgre::setHeight (float)
 
const string & AngelOgre::getMaterialName () const
 
void AngelOgre::setMaterialName (const string &in, const string &in)
 
void AngelOgre::setCaption (const string &in)
 
const string & AngelOgre::getCaption () const
 
void AngelOgre::setColour (const color &in)
 
const color & AngelOgre::getColour () const
 
GuiMetricsMode AngelOgre::getMetricsMode () const
 
void AngelOgre::setMetricsMode (GuiMetricsMode)
 
GuiHorizontalAlignment AngelOgre::getHorizontalAlignment () const
 
void AngelOgre::setHorizontalAlignment (GuiHorizontalAlignment)
 

Variables

enum AngelOgre::GuiMetricsMode AngelOgre::GHA_LEFT
 
enum AngelOgre::GuiMetricsMode AngelOgre::GHA_CENTER
 
 GMM_PIXELS
 
 GMM_RELATIVE
 
 GMM_RELATIVE_ASPECT_ADJUSTED
 
class AngelOgre::OverlayManagerAngelOgre::getName
 

Variable Documentation

◆ GMM_PIXELS

GMM_PIXELS

Definition at line 2 of file AngelOgre_OverlayElement.h.

◆ GMM_RELATIVE

GMM_RELATIVE

Definition at line 3 of file AngelOgre_OverlayElement.h.

◆ GMM_RELATIVE_ASPECT_ADJUSTED

GMM_RELATIVE_ASPECT_ADJUSTED

Definition at line 5 of file AngelOgre_OverlayElement.h.