GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
|
#include "BaseComponents/BaseComponent.h"
#include "Menu/Menu.h"
#include "Interfaces/Iterators/IIterable.h"
#include "Iterators/composite_forward_iterator.h"
#include "Iterators/composite_const_forward_iterator.h"
Go to the source code of this file.
Classes | |
class | gui_framework::BaseComposite |
Base class for all windows that has children windows. More... | |
Namespaces | |
namespace | gui_framework |
namespace | gui_framework::interfaces |
Macros | |
#define | CREATE_DEFAULT_WINDOW_FUNCTION(className) |
#define CREATE_DEFAULT_WINDOW_FUNCTION | ( | className | ) |
Definition at line 135 of file BaseComposite.h.