OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Enumerations
mode.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 MWGui
 

Enumerations

enum  MWGui::GuiMode {
  MWGui::GM_None, MWGui::GM_Settings, MWGui::GM_Inventory, MWGui::GM_Container,
  MWGui::GM_Companion, MWGui::GM_MainMenu, MWGui::GM_Console, MWGui::GM_Journal,
  MWGui::GM_Scroll, MWGui::GM_Book, MWGui::GM_Alchemy, MWGui::GM_Repair,
  MWGui::GM_Dialogue, MWGui::GM_Barter, MWGui::GM_Rest, MWGui::GM_RestBed,
  MWGui::GM_SpellBuying, MWGui::GM_Travel, MWGui::GM_SpellCreation, MWGui::GM_Enchanting,
  MWGui::GM_Recharge, MWGui::GM_Training, MWGui::GM_MerchantRepair, MWGui::GM_Levelup,
  MWGui::GM_Name, MWGui::GM_Race, MWGui::GM_Birth, MWGui::GM_Class,
  MWGui::GM_ClassGenerate, MWGui::GM_ClassPick, MWGui::GM_ClassCreate, MWGui::GM_Review,
  MWGui::GM_Loading, MWGui::GM_LoadingWallpaper, MWGui::GM_Jail, MWGui::GM_QuickKeysMenu
}
 
enum  MWGui::GuiWindow {
  MWGui::GW_None = 0, MWGui::GW_Map = 0x01, MWGui::GW_Inventory = 0x02, MWGui::GW_Magic = 0x04,
  MWGui::GW_Stats = 0x08, MWGui::GW_ALL = 0xFF
}