GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
|
#include "BaseComponent.h"
#include "BaseComposites/BaseComposite.h"
#include "GUIFramework.h"
#include "Interfaces/Components/IResizableComponent.h"
#include "Interfaces/Components/ITextOperations.h"
#include "Interfaces/Localization/IMultipleTextLocalized.h"
#include "Interfaces/Localization/ISingleTextLocalized.h"
#include "Exceptions/CantFindCompositeFunctionException.h"
#include "Exceptions/FileDoesNotExist.h"
Go to the source code of this file.
Namespaces | |
namespace | gui_framework |
Macros | |
#define | __FILENAME__ (strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__) |
#define __FILENAME__ (strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__) |
Definition at line 16 of file BaseComponent.cpp.