Krita Source Code Documentation
Loading...
Searching...
No Matches
KisColorPatchesTableView::Private Struct Reference

Public Member Functions

 Private (QString configPrefix)
 

Public Attributes

QList< KoColorcolorPatches
 
const QString configPrefix
 
KisColorPatches::Direction direction {KisColorPatches::Horizontal}
 
QScopedPointer< QStandardItemModel > model
 
int numCols {0}
 
int numRows {0}
 
int patchCount {1}
 
int patchHeight {1}
 
int patchWidth {1}
 
bool wasScrollingDisabled {false}
 

Detailed Description

Definition at line 42 of file KisColorPatchesTableView.cpp.

Constructor & Destructor Documentation

◆ Private()

KisColorPatchesTableView::Private::Private ( QString configPrefix)
inline

Definition at line 54 of file KisColorPatchesTableView.cpp.

55 : configPrefix(std::move(configPrefix))
56 {
57 }

Member Data Documentation

◆ colorPatches

QList<KoColor> KisColorPatchesTableView::Private::colorPatches

Definition at line 44 of file KisColorPatchesTableView.cpp.

◆ configPrefix

const QString KisColorPatchesTableView::Private::configPrefix

Definition at line 45 of file KisColorPatchesTableView.cpp.

◆ direction

KisColorPatches::Direction KisColorPatchesTableView::Private::direction {KisColorPatches::Horizontal}

◆ model

QScopedPointer<QStandardItemModel> KisColorPatchesTableView::Private::model

Definition at line 43 of file KisColorPatchesTableView.cpp.

◆ numCols

int KisColorPatchesTableView::Private::numCols {0}

Definition at line 48 of file KisColorPatchesTableView.cpp.

48{0};

◆ numRows

int KisColorPatchesTableView::Private::numRows {0}

Definition at line 47 of file KisColorPatchesTableView.cpp.

47{0};

◆ patchCount

int KisColorPatchesTableView::Private::patchCount {1}

Definition at line 51 of file KisColorPatchesTableView.cpp.

51{1};

◆ patchHeight

int KisColorPatchesTableView::Private::patchHeight {1}

Definition at line 50 of file KisColorPatchesTableView.cpp.

50{1};

◆ patchWidth

int KisColorPatchesTableView::Private::patchWidth {1}

Definition at line 49 of file KisColorPatchesTableView.cpp.

49{1};

◆ wasScrollingDisabled

bool KisColorPatchesTableView::Private::wasScrollingDisabled {false}

Definition at line 52 of file KisColorPatchesTableView.cpp.

52{false};

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