I should have commit when I knew what changes I made.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#ifndef _CWINDOW_HPP_
|
||||
#define _CWINDOW_HPP_
|
||||
|
||||
/*** C++ STL Files ***/
|
||||
#include <vector>
|
||||
|
||||
/*** SDL Header Files ***/
|
||||
#include <SDL.h>
|
||||
|
||||
@@ -53,7 +56,7 @@ namespace GUIEngine {
|
||||
void AddChild( cWindow* obj );
|
||||
|
||||
const bool RemoveChild( cWindow* obj );
|
||||
|
||||
|
||||
/// Sets
|
||||
static void PositionDefault( const GUIHelpers::Position& pos );
|
||||
static void SizeDefault( const GUIHelpers::Size& size );
|
||||
@@ -81,6 +84,7 @@ namespace GUIEngine {
|
||||
const GUIHelpers::eLayout getLayout() const;
|
||||
const GUIHelpers::Position getPosition( const bool pad = true ) const;
|
||||
const GUIHelpers::Size getSize( const bool pad = true ) const;
|
||||
const GUIHelpers::Area getArea( const bool pad = false ) const;
|
||||
const GUIHelpers::Padding& getPadding() const;
|
||||
const GUIHelpers::Size& getContentSize() const;
|
||||
const cString& getName() const;
|
||||
|
||||
Reference in New Issue
Block a user