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

Button creator. More...

#include <VerticalTrackbarControlCreator.h>

Inheritance diagram for gui_framework::utility::VerticalTrackbarControlCreator:
gui_framework::utility::BaseComponentCreator

Public Member Functions

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

Detailed Description

Button creator.

Definition at line 10 of file VerticalTrackbarControlCreator.h.

Constructor & Destructor Documentation

◆ VerticalTrackbarControlCreator()

gui_framework::utility::VerticalTrackbarControlCreator::VerticalTrackbarControlCreator ( )
default

◆ ~VerticalTrackbarControlCreator()

gui_framework::utility::VerticalTrackbarControlCreator::~VerticalTrackbarControlCreator ( )
default

Member Function Documentation

◆ create()

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

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