kspread
KSpread::ApplicationSettings Class Reference
Visual settings. More...
#include <ApplicationSettings.h>

Detailed Description
Visual settings.
Definition at line 37 of file ApplicationSettings.h.
Constructor & Destructor Documentation
| ApplicationSettings::ApplicationSettings | ( | ) |
Constructor.
Definition at line 42 of file ApplicationSettings.cpp.
| ApplicationSettings::~ApplicationSettings | ( | ) |
Destructor.
Definition at line 60 of file ApplicationSettings.cpp.
Member Function Documentation
| bool ApplicationSettings::captureAllArrowKeys | ( | ) | const |
Definition at line 198 of file ApplicationSettings.cpp.
| void ApplicationSettings::changePageBorderColor | ( | const QColor & | color | ) |
Definition at line 188 of file ApplicationSettings.cpp.
| KGlobalSettings::Completion ApplicationSettings::completionMode | ( | ) | const |
- Returns:
- completion mode
Definition at line 93 of file ApplicationSettings.cpp.
| MethodOfCalc ApplicationSettings::getTypeOfCalc | ( | ) | const |
Definition at line 178 of file ApplicationSettings.cpp.
| QColor ApplicationSettings::gridColor | ( | ) | const |
Returns the color of the grid.
Definition at line 123 of file ApplicationSettings.cpp.
| double ApplicationSettings::indentValue | ( | ) | const |
Returns the indentation value.
Definition at line 133 of file ApplicationSettings.cpp.
| void ApplicationSettings::load | ( | ) |
Definition at line 65 of file ApplicationSettings.cpp.
| KSpread::MoveTo ApplicationSettings::moveToValue | ( | ) | const |
Definition at line 163 of file ApplicationSettings.cpp.
| QColor ApplicationSettings::pageBorderColor | ( | ) | const |
Definition at line 183 of file ApplicationSettings.cpp.
| void ApplicationSettings::save | ( | ) | const |
Definition at line 69 of file ApplicationSettings.cpp.
| void ApplicationSettings::setCaptureAllArrowKeys | ( | bool | capture | ) |
Definition at line 193 of file ApplicationSettings.cpp.
| void ApplicationSettings::setCompletionMode | ( | KGlobalSettings::Completion | mode | ) |
Sets the completion mode.
- Parameters:
-
mode the mode to be set
Definition at line 128 of file ApplicationSettings.cpp.
| void ApplicationSettings::setGridColor | ( | const QColor & | color | ) |
Sets the color of the grid.
Definition at line 118 of file ApplicationSettings.cpp.
| void ApplicationSettings::setIndentValue | ( | double | val | ) |
Sets the indentation value.
Definition at line 138 of file ApplicationSettings.cpp.
| void ApplicationSettings::setMoveToValue | ( | KSpread::MoveTo | moveTo | ) |
Definition at line 168 of file ApplicationSettings.cpp.
| void ApplicationSettings::setShowColumnHeader | ( | bool | enable | ) |
If enable is true, column header is visible, otherwise it will be hidden.
Definition at line 98 of file ApplicationSettings.cpp.
| void ApplicationSettings::setShowHorizontalScrollBar | ( | bool | enable | ) |
If enable is true, horizontal scrollbar is visible, otherwise it will be hidden.
Definition at line 83 of file ApplicationSettings.cpp.
| void ApplicationSettings::setShowRowHeader | ( | bool | enable | ) |
If enable is true, row header is visible, otherwise it will be hidden.
Definition at line 108 of file ApplicationSettings.cpp.
| void ApplicationSettings::setShowStatusBar | ( | bool | enable | ) |
If enable is true, status bar is visible, otherwise it will be hidden.
Definition at line 143 of file ApplicationSettings.cpp.
| void ApplicationSettings::setShowTabBar | ( | bool | enable | ) |
If enable is true, tab bar is visible, otherwise it will be hidden.
Definition at line 153 of file ApplicationSettings.cpp.
| void ApplicationSettings::setShowVerticalScrollBar | ( | bool | enable | ) |
If enable is true, vertical scrollbar is visible, otherwise it will be hidden.
Definition at line 73 of file ApplicationSettings.cpp.
| void ApplicationSettings::setTypeOfCalc | ( | MethodOfCalc | calc | ) |
Method of calc.
Definition at line 173 of file ApplicationSettings.cpp.
| bool KSpread::ApplicationSettings::showColumnHeader | ( | ) | const |
Returns true if column header is visible.
| bool KSpread::ApplicationSettings::showHorizontalScrollBar | ( | ) | const |
Returns true if horizontal scroll bar is visible.
| bool KSpread::ApplicationSettings::showRowHeader | ( | ) | const |
Returns true if row header is visible.
| bool KSpread::ApplicationSettings::showStatusBar | ( | ) | const |
Returns true if status bar is visible.
| bool KSpread::ApplicationSettings::showTabBar | ( | ) | const |
Returns true if tab bar is visible.
| bool KSpread::ApplicationSettings::showVerticalScrollBar | ( | ) | const |
Returns true if vertical scroll bar is visible.
Property Documentation
bool ApplicationSettings::showColumnHeader [read, write] |
Definition at line 42 of file ApplicationSettings.h.
bool ApplicationSettings::showHorizontalScrollBar [read, write] |
Definition at line 41 of file ApplicationSettings.h.
bool ApplicationSettings::showRowHeader [read, write] |
Definition at line 43 of file ApplicationSettings.h.
bool ApplicationSettings::showStatusBar [read, write] |
Definition at line 44 of file ApplicationSettings.h.
bool ApplicationSettings::showTabBar [read, write] |
Definition at line 45 of file ApplicationSettings.h.
bool ApplicationSettings::showVerticalScrollBar [read, write] |
Definition at line 40 of file ApplicationSettings.h.
The documentation for this class was generated from the following files:
