Class sh::ui::StoreProfileDialog::SettingEntry

class sh::ui::StoreProfileDialog::SettingEntry

A storable entry in a ‘Save Settings’ dialog.

Public Functions

SettingEntry(sh::settings::Setting *setting, int onlyInFileview = -1)
sh::settings::Setting *setting()

Returns the setting to store.

int fileview()

Returns the index of the file view to store this setting for (or -1 for all).

bool isForFileview()

Returns if this setting is to be stored for a particular file view (instead of for all).

Private Members

sh::settings::Setting *_setting
int _fileview