OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
anonymous_namespace{settingswindow.cpp} Namespace Reference

Functions

std::string textureMipmappingToStr (const std::string &val)
 
void parseResolution (int &x, int &y, const std::string &str)
 
bool sortResolutions (std::pair< int, int > left, std::pair< int, int > right)
 
std::string getAspect (int x, int y)
 
std::string getSettingType (MyGUI::Widget *widget)
 
std::string getSettingName (MyGUI::Widget *widget)
 
std::string getSettingCategory (MyGUI::Widget *widget)
 
std::string getSettingValueType (MyGUI::Widget *widget)
 
void getSettingMinMax (MyGUI::Widget *widget, float &min, float &max)
 

Variables

const char * checkButtonType = "CheckButton"
 
const char * sliderType = "Slider"
 

Function Documentation

std::string anonymous_namespace{settingswindow.cpp}::getAspect ( int  x,
int  y 
)

Here is the call graph for this function:

std::string anonymous_namespace{settingswindow.cpp}::getSettingCategory ( MyGUI::Widget *  widget)

Here is the caller graph for this function:

void anonymous_namespace{settingswindow.cpp}::getSettingMinMax ( MyGUI::Widget *  widget,
float &  min,
float &  max 
)

Here is the call graph for this function:

Here is the caller graph for this function:

std::string anonymous_namespace{settingswindow.cpp}::getSettingName ( MyGUI::Widget *  widget)

Here is the caller graph for this function:

std::string anonymous_namespace{settingswindow.cpp}::getSettingType ( MyGUI::Widget *  widget)

Here is the caller graph for this function:

std::string anonymous_namespace{settingswindow.cpp}::getSettingValueType ( MyGUI::Widget *  widget)

Here is the caller graph for this function:

void anonymous_namespace{settingswindow.cpp}::parseResolution ( int x,
int y,
const std::string &  str 
)

Here is the call graph for this function:

Here is the caller graph for this function:

bool anonymous_namespace{settingswindow.cpp}::sortResolutions ( std::pair< int, int left,
std::pair< int, int right 
)

Here is the caller graph for this function:

std::string anonymous_namespace{settingswindow.cpp}::textureMipmappingToStr ( const std::string &  val)

Here is the caller graph for this function:

Variable Documentation

const char* anonymous_namespace{settingswindow.cpp}::checkButtonType = "CheckButton"
const char* anonymous_namespace{settingswindow.cpp}::sliderType = "Slider"