GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
gui_framework::utility::CheckBoxCreator Class Reference

CheckBox creator. More...

#include <CheckBoxCreator.h>

Inheritance diagram for gui_framework::utility::CheckBoxCreator:
gui_framework::utility::BaseComponentCreator

Public Member Functions

 CheckBoxCreator ()=default
 
BaseComponentcreate (const std::wstring &windowName, const utility::ComponentSettings &settings, const std::any &additionalData, BaseComposite *parent) override
 
 ~CheckBoxCreator ()=default
 
- Public Member Functions inherited from gui_framework::utility::BaseComponentCreator
 BaseComponentCreator ()=default
 
virtual ~BaseComponentCreator ()=default
 

Detailed Description

CheckBox creator.

Definition at line 10 of file CheckBoxCreator.h.

Constructor & Destructor Documentation

◆ CheckBoxCreator()

gui_framework::utility::CheckBoxCreator::CheckBoxCreator ( )
default

◆ ~CheckBoxCreator()

gui_framework::utility::CheckBoxCreator::~CheckBoxCreator ( )
default

Member Function Documentation

◆ create()

BaseComponent * gui_framework::utility::CheckBoxCreator::create ( const std::wstring & windowName,
const utility::ComponentSettings & settings,
const std::any & additionalData,
BaseComposite * parent )
overridevirtual

Implements gui_framework::utility::BaseComponentCreator.

Definition at line 11 of file CheckBoxCreator.cpp.


The documentation for this class was generated from the following files: