GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
gui_framework::parsers::ComboBoxParser Struct Reference

Parse DropDownComboBox, DropDownListComboBox, SimpleComboBox specific properties. More...

#include <ComboBoxParser.h>

Inheritance diagram for gui_framework::parsers::ComboBoxParser:
gui_framework::parsers::BaseComponentParser

Public Member Functions

 ComboBoxParser ()=default
 
void parse (const json::utility::jsonObject &description) override
 
 ~ComboBoxParser ()=default
 
- Public Member Functions inherited from gui_framework::parsers::BaseComponentParser
 BaseComponentParser ()
 
virtual ~BaseComponentParser ()=default
 

Public Attributes

std::vector< std::wstring > values
 
std::string functionName
 
std::string moduleName
 
- Public Attributes inherited from gui_framework::parsers::BaseComponentParser
std::wstring className
 
utility::ComponentSettings settings
 
std::array< uint8_t, 3 > backgroundColor
 
std::array< uint8_t, 3 > textColor
 

Detailed Description

Parse DropDownComboBox, DropDownListComboBox, SimpleComboBox specific properties.

Definition at line 10 of file ComboBoxParser.h.

Constructor & Destructor Documentation

◆ ComboBoxParser()

gui_framework::parsers::ComboBoxParser::ComboBoxParser ( )
default

◆ ~ComboBoxParser()

gui_framework::parsers::ComboBoxParser::~ComboBoxParser ( )
default

Member Function Documentation

◆ parse()

void gui_framework::parsers::ComboBoxParser::parse ( const json::utility::jsonObject & description)
overridevirtual

Reimplemented from gui_framework::parsers::BaseComponentParser.

Definition at line 12 of file ComboBoxParser.cpp.

Member Data Documentation

◆ functionName

std::string gui_framework::parsers::ComboBoxParser::functionName

Definition at line 13 of file ComboBoxParser.h.

◆ moduleName

std::string gui_framework::parsers::ComboBoxParser::moduleName

Definition at line 14 of file ComboBoxParser.h.

◆ values

std::vector<std::wstring> gui_framework::parsers::ComboBoxParser::values

Definition at line 12 of file ComboBoxParser.h.


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