Daniel's XL Toolbox NG
|
Classes | |
class | BatchExportSettingsViewModel |
View model for the Settings class. More... | |
class | ColorProfileRepositoryViewModel |
View model for a color profile repository, i.e. the collection of color profiles installed on the system. More... | |
class | ColorProfileViewModel |
View model for an ICS color profile. More... | |
class | ColorSpaceProvider |
class | PresetsRepositoryViewModel |
View model for an export settings repository. More... | |
class | PresetViewModel |
View model for graphic export settings. More... | |
class | PresetViewModelCollection |
class | ScreenshotExporterViewModel |
View model for the ScreenshotExporter class. Provides commands in accordance with the MVVM pattern used by Bovender. More... | |
class | SettingsViewModelBase |
Abstract base class for the SingleExportSettingsViewModel and BatchExportSettingsViewModel classes. More... | |
class | SingleExportSettingsViewModel |
View model for the Settings class. More... | |
class | TransparencyProvider |
Typedefs | |
using | ColorProfileViewModelCollection = ObservableCollection< ColorProfileViewModel > |
using | cmsHProfile = IntPtr |
using | cmsHTransform = IntPtr |
using | cmsUInt32Number = UInt32 |
using | cmsBool = Boolean |
using XLToolbox.Export.ViewModels.cmsBool = typedef Boolean |
using XLToolbox.Export.ViewModels.cmsHProfile = typedef IntPtr |
using XLToolbox.Export.ViewModels.cmsHTransform = typedef IntPtr |
using XLToolbox.Export.ViewModels.cmsUInt32Number = typedef UInt32 |
using XLToolbox.Export.ViewModels.ColorProfileViewModelCollection = typedef ObservableCollection<ColorProfileViewModel> |