1 #ifndef MWGUI_TOOLTIPS_H
2 #define MWGUI_TOOLTIPS_H
5 #include "../mwworld/ptr.hpp"
52 void onFrame(
float frameDuration);
53 void update(
float frameDuration);
66 static std::string
getWeightString(
const float weight,
const std::string& prefix);
67 static std::string
getPercentString(
const float value,
const std::string& prefix);
68 static std::string
getValueString(
const int value,
const std::string& prefix);
71 static std::string
getMiscString(
const std::string& text,
const std::string& prefix);
74 static std::string
toString(
const float value);
75 static std::string
toString(
const int value);
101 MyGUI::IntSize
getToolTipViaPtr (
int count,
bool image =
true,
bool isOwned =
false);
112 void position(MyGUI::IntPoint&
position, MyGUI::IntSize size, MyGUI::IntSize viewportSize);
Encapsulated variant of ESM::CellRef with change tracking.
Definition: cellref.hpp:15
Definition: layout.hpp:15
Definition: loadclas.hpp:18
Definition: loadrace.hpp:18
Pointer to a LiveCellRef.
Definition: ptr.hpp:19
const char * name
Definition: crashcatcher.cpp:67