GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
|
StaticControl creator. More...
#include <StaticControlCreator.h>
Public Member Functions | |
StaticControlCreator ()=default | |
BaseComponent * | create (const std::wstring &windowName, const utility::ComponentSettings &settings, const std::any &additionalData, BaseComposite *parent) override |
~StaticControlCreator ()=default | |
Public Member Functions inherited from gui_framework::utility::BaseComponentCreator | |
BaseComponentCreator ()=default | |
virtual | ~BaseComponentCreator ()=default |
StaticControl creator.
Definition at line 10 of file StaticControlCreator.h.
|
default |
|
default |
|
overridevirtual |
Implements gui_framework::utility::BaseComponentCreator.
Definition at line 11 of file StaticControlCreator.cpp.