swift
|
Combo box widget for ecosystems. More...
Public Member Functions | |
CEcosystemComboBox (QWidget *parent=nullptr) | |
Constructor. | |
CEcosystemComboBox (const swift::misc::network::CEcosystemList &systems, QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CEcosystemComboBox () |
Destructor. | |
swift::misc::network::CEcosystem | getSelectedEcosystem () const |
The selected ecosystem. | |
void | setCurrentEcosystem (const swift::misc::network::CEcosystem &ecosystem) |
Set current system. | |
void | setEcosystems (const swift::misc::network::CEcosystemList &systems) |
Set the supported systems. | |
Combo box widget for ecosystems.
Definition at line 16 of file ecosystemcombobox.h.