| MAKVrExchange::DtQIconConfigurations::DtQIconConfigurations |
( |
| ) |
|
| virtual MAKVrExchange::DtQIconConfigurations::~DtQIconConfigurations |
( |
| ) |
|
|
virtual |
| virtual void MAKVrExchange::DtQIconConfigurations::addConfiguration |
( |
const DtQIconConfiguration & |
configuration | ) |
|
|
virtual |
Add an icon configuration to this list of configurations When adding a configuration, check to see that there is not already a conflicting configuration.
For example, if a configuration exists for the icon when its in the QIcon::Mode::Normal mode and QIcon::State::On, you cannot add another one using this function.
| virtual const std::vector<DtQIconConfiguration>& MAKVrExchange::DtQIconConfigurations::configurations |
( |
| ) |
const |
|
virtual |
Const accessor for internal std::vector of configurations.
| virtual std::string MAKVrExchange::DtQIconConfigurations::iconFileNameOrPathFromQIconModeAndState |
( |
QIcon::Mode |
iconMode, |
|
|
QIcon::State |
iconState |
|
) |
| const |
|
virtual |
Get the file name or file path of the icon asset from managed configurations based on the provided mode and state.
| virtual bool MAKVrExchange::DtQIconConfigurations::isGenerateIconConfigurationsEnabledByMode |
( |
QIcon::Mode |
modeToCheck | ) |
const |
|
virtual |
Get whether or not icon configurations, for the provided QIcon::Mode, will be generated.
The actual generation is handled by the widget icon style manager.
- See Also
- DtWidgetIconStyleManager
| virtual void MAKVrExchange::DtQIconConfigurations::setIsGenerateIconConfigurationsEnabledByMode |
( |
QIcon::Mode |
modeToSet, |
|
|
bool |
generateConfigurationForMode |
|
) |
| |
|
virtual |
Set whether or not icon configurations, for the provided QIcon::Mode, will be generated.
The actual generation is handled by the widget icon style manager.
- See Also
- DtWidgetIconStyleManager
| bool MAKVrExchange::DtQIconConfigurations::myGenerateActiveIconConfigurations |
|
protected |
Generate active icon configurations flag.
| bool MAKVrExchange::DtQIconConfigurations::myGenerateDisabledIconConfigurations |
|
protected |
Generate disabled icon configurations flag.
| bool MAKVrExchange::DtQIconConfigurations::myGenerateNormalIconConfigurations |
|
protected |
Generate normal icon configurations flag.
| bool MAKVrExchange::DtQIconConfigurations::myGenerateSelectedIconConfigurations |
|
protected |
Generate selected icon configurations flag.
The documentation for this class was generated from the following file: