I should have commit when I knew what changes I made.
This commit is contained in:
@@ -19,17 +19,16 @@
|
||||
/*** Custom Header Files ***/
|
||||
#include "cLayout.hpp"
|
||||
#include "../UtilityEngine/cString.hpp"
|
||||
#include "../EventEngine/cEvent.hpp"
|
||||
#include "GUIEventEngine/cButtonEvent.hpp"
|
||||
|
||||
using UtilityEngine::cString;
|
||||
|
||||
namespace GUIEngine {
|
||||
class EXPORT_FROM_MYDLL cButton : public cLayout, public EventEngine::cEvent
|
||||
class EXPORT_FROM_MYDLL cButton : public cLayout, public GUIEventEngine::cButtonEvent
|
||||
{
|
||||
public:
|
||||
static const cString sNAME; /*= "button";*/
|
||||
|
||||
cButton();
|
||||
cButton( cWindow* parent, const signed int id, const GUIHelpers::eAlign align = sALIGN, const GUIHelpers::eLayout layout = sLAYOUT,
|
||||
const GUIHelpers::Position& pos = sPOSITION, const GUIHelpers::Size& size = sSIZE, const GUIHelpers::Padding& padding = sPADDING,
|
||||
const cString& name = sNAME, VideoEngine::cImage** image = nullptr );
|
||||
@@ -53,7 +52,6 @@ namespace GUIEngine {
|
||||
virtual const GUIHelpers::RGBA& getDebugColour() const;
|
||||
|
||||
private:
|
||||
void CreateLabel();
|
||||
void GenerateImage();
|
||||
void GenerateTexture();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user