krita
KisConfig Class Reference
List of all members.Detailed Description
Definition at line 24 of file kis_config.h.
Public Member Functions | |
| KisConfig () | |
| ~KisConfig () | |
| bool | fixDockerWidth () const |
| void | setFixedDockerWidth (bool fix) |
| bool | undoEnabled () const |
| void | setUndoEnabled (bool undo) |
| Q_INT32 | defUndoLimit () const |
| void | defUndoLimit (Q_INT32 limit) |
| Q_INT32 | defImgWidth () const |
| void | defImgWidth (Q_INT32 width) |
| Q_INT32 | defImgHeight () const |
| void | defImgHeight (Q_INT32 height) |
| double | defImgResolution () const |
| void | defImgResolution (double res) |
| enumCursorStyle | cursorStyle () const |
| enumCursorStyle | getDefaultCursorStyle () const |
| void | setCursorStyle (enumCursorStyle style) |
| QString | monitorProfile () const |
| void | setMonitorProfile (QString monitorProfile) |
| QString | workingColorSpace () const |
| void | setWorkingColorSpace (QString workingColorSpace) |
| QString | importProfile () const |
| void | setImportProfile (QString importProfile) |
| QString | printerColorSpace () const |
| void | setPrinterColorSpace (QString printerColorSpace) |
| QString | printerProfile () const |
| void | setPrinterProfile (QString printerProfile) |
| bool | useBlackPointCompensation () const |
| void | setUseBlackPointCompensation (bool useBlackPointCompensation) |
| bool | showRulers () const |
| void | setShowRulers (bool rulers) |
| Q_INT32 | pasteBehaviour () const |
| void | setPasteBehaviour (Q_INT32 behaviour) |
| Q_INT32 | renderIntent () const |
| void | setRenderIntent (Q_INT32 renderIntent) |
| bool | useOpenGL () const |
| void | setUseOpenGL (bool useOpenGL) |
| bool | useOpenGLShaders () const |
| void | setUseOpenGLShaders (bool useOpenGLShaders) |
| Q_INT32 | maxNumberOfThreads () |
| void | setMaxNumberOfThreads (Q_INT32 numberOfThreads) |
| Q_INT32 | maxTilesInMem () const |
| void | setMaxTilesInMem (Q_INT32 tiles) |
| Q_INT32 | swappiness () const |
| void | setSwappiness (Q_INT32 swappiness) |
| Q_INT32 | getPressureCorrection () |
| void | setPressureCorrection (Q_INT32 correction) |
| Q_INT32 | getDefaultPressureCorrection () |
| bool | tabletDeviceEnabled (const QString &tabletDeviceName) const |
| void | setTabletDeviceEnabled (const QString &tabletDeviceName, bool enabled) |
| Q_INT32 | tabletDeviceAxis (const QString &tabletDeviceName, const QString &axisName, Q_INT32 defaultAxis) const |
| void | setTabletDeviceAxis (const QString &tabletDeviceName, const QString &axisName, Q_INT32 axis) const |
| Q_INT32 | dockability () |
| Q_INT32 | getDefaultDockability () |
| void | setDockability (Q_INT32 dockability) |
| float | dockerFontSize () |
| float | getDefaultDockerFontSize () |
| void | setDockerFontSize (float) |
| Q_UINT32 | getGridMainStyle () |
| void | setGridMainStyle (Q_UINT32 v) |
| Q_UINT32 | getGridSubdivisionStyle () |
| void | setGridSubdivisionStyle (Q_UINT32 v) |
| QColor | getGridMainColor () |
| void | setGridMainColor (QColor v) |
| QColor | getGridSubdivisionColor () |
| void | setGridSubdivisionColor (QColor v) |
| Q_UINT32 | getGridHSpacing () |
| void | setGridHSpacing (Q_UINT32 v) |
| Q_UINT32 | getGridVSpacing () |
| void | setGridVSpacing (Q_UINT32 v) |
| Q_UINT32 | getGridSubdivisions () |
| void | setGridSubdivisions (Q_UINT32 v) |
| Q_UINT32 | getGridOffsetX () |
| void | setGridOffsetX (Q_UINT32 v) |
| Q_UINT32 | getGridOffsetY () |
| void | setGridOffsetY (Q_UINT32 v) |
Member Function Documentation
| Q_INT32 KisConfig::maxTilesInMem | ( | ) | const |
Maximum tiles in memory (this is a guideline, not absolute).
Definition at line 256 of file kis_config.cc.
| Q_INT32 KisConfig::swappiness | ( | ) | const |
Number of tiles that will be swapped at once.
The higher, the more swapped, but more chance that it will become slow
Definition at line 266 of file kis_config.cc.
The documentation for this class was generated from the following files:

