28 #ifndef HPL_WIDGET_FRAME_H 29 #define HPL_WIDGET_FRAME_H 31 #include "hpl1/engine/gui/Widget.h" 42 void SetDrawFrame(
bool abX) { mbDrawFrame = abX; }
43 bool GetDrawFrame() {
return mbDrawFrame; }
45 void SetDrawBackground(
bool abX) { mbDrawBackground = abX; }
46 bool GetDrawBackground() {
return mbDrawBackground; }
48 void SetBackgroundZ(
float afZ) { mfBackgroundZ = afZ; }
49 float GetBackgroundZ() {
return mfBackgroundZ; }
51 void SetBackGroundColor(
const cColor &aColor) { mBackGroundColor = aColor; }
52 const cColor &GetBackGroundColor() {
return mBackGroundColor; }
57 void OnLoadGraphics();
60 void OnDrawAfterClip(
float afTimeStep,
cGuiClipRegion *apClipRegion);
71 bool mbDrawBackground;
83 #endif // HPL_WIDGET_FRAME_H
Definition: GuiGfxElement.h:72
Definition: GuiTypes.h:263