53 {
return this->sheetName_; }
56 { this->bShowOnLoad_ = bShow; }
58 {
return this->bShowOnLoad_; }
60 void setPreviousHiding(
bool bHide);
62 {
return this->bHidePrevious_; }
65 { this->backgroundImage_ = image; }
67 {
return this->backgroundImage_; }
The BaseObject is the parent of all classes representing an instance in the game. ...
Definition: BaseObject.h:63
bool bShowOnLoad_
Definition: GUISheet.h:71
::std::string string
Definition: gtest-port.h:756
std::string sheetName_
Definition: GUISheet.h:70
xmlelement
Definition: Super.h:519
const std::string & getBackgroundImage() const
Definition: GUISheet.h:66
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
bool getShowOnLoad() const
Definition: GUISheet.h:57
bool bHidePreviousSet_
Definition: GUISheet.h:73
Mode
Definition: CorePrereqs.h:102
Simple XML loadable interface to the otherwise Lua coded GUI framework.
Definition: GUISheet.h:40
Shared library macros, enums, constants and forward declarations for the orxonox library ...
Declaration of BaseObject, the base class of all objects in Orxonox.
void setBackgroundImage(const std::string &image)
Definition: GUISheet.h:64
#define _OrxonoxExport
Definition: OrxonoxPrereqs.h:60
const std::string & getSheetName() const
Definition: GUISheet.h:52
void setShowOnLoad(bool bShow)
Definition: GUISheet.h:55
bool getPreviousHiding() const
Definition: GUISheet.h:61
std::string backgroundImage_
Definition: GUISheet.h:74
bool bHidePrevious_
Definition: GUISheet.h:72