64 lblVersion->
createText(
"fnt_console", versionString);
66 const float x = (800.0f / 2.0f) - lblVersion->
getWidth();
67 const float y = -(600.0f / 2.0f);
77 if (widget.
getTag() ==
"BTN_GAMEPLAY") {
82 if (widget.
getTag() ==
"BTN_FEEDBACK") {
87 if (widget.
getTag() ==
"BTN_AUTOPAUSE") {
92 if (widget.
getTag() ==
"BTN_GRAPHICS") {
97 if (widget.
getTag() ==
"BTN_SOUND") {
102 if (widget.
getTag() ==
"BTN_BACK") {
void load(const Common::UString &resref)
static const Common::UString & kBackgroundTypeMenu
A label widget for Star Wars: Knights of the Old Republic and Jade Empire.
uint32 _returnCode
The GUI's return code.
A class holding an UTF-8 string.
bool hasVersion() const
Did we detect a version?
Basic xoreos version information.
const char * getProjectNameVersion()
uint32 sub(GUI &gui, uint32 startCode=kStartCodeNone, bool showSelf=true, bool hideSelf=true)
Open up a sub GUI.
Star Wars: Knights of the Old Republic installation version detection.
void addBackground(const Common::UString &background, bool front=false)
Common::UString getVersionString() const
void addWidget(Widget *widget)
Add a widget.