kspread
KSpread::SheetPropertiesCommand Class Reference
#include <commands.h>
Inherits KCommand.
Detailed Description
Class SheetPropertiesCommand implements a command for changing sheet properties.Definition at line 229 of file commands.h.
Public Member Functions | |
SheetPropertiesCommand (Doc *doc, Sheet *sheet) | |
void | setLayoutDirection (Sheet::LayoutDirection direction) |
void | setAutoCalc (bool b) |
void | setShowGrid (bool b) |
void | setShowPageBorders (bool b) |
void | setShowFormula (bool b) |
void | setHideZero (bool b) |
void | setShowFormulaIndicator (bool b) |
void | setShowCommentIndicator (bool b) |
void | setColumnAsNumber (bool b) |
void | setLcMode (bool b) |
void | setCapitalizeFirstLetter (bool b) |
virtual void | execute () |
virtual void | unexecute () |
virtual QString | name () const |
Protected Attributes | |
Sheet * | sheet |
Doc * | doc |
Sheet::LayoutDirection | oldDirection |
Sheet::LayoutDirection | newDirection |
bool | oldAutoCalc |
bool | newAutoCalc |
bool | oldShowGrid |
bool | newShowGrid |
bool | oldShowPageBorders |
bool | newShowPageBorders |
bool | oldShowFormula |
bool | newShowFormula |
bool | oldHideZero |
bool | newHideZero |
bool | oldShowFormulaIndicator |
bool | newShowFormulaIndicator |
bool | oldShowCommentIndicator |
bool | newShowCommentIndicator |
bool | oldColumnAsNumber |
bool | newColumnAsNumber |
bool | oldLcMode |
bool | newLcMode |
bool | oldCapitalizeFirstLetter |
bool | newCapitalizeFirstLetter |
The documentation for this class was generated from the following files: