SheetPropertiesCommand Class Reference
Class SheetPropertiesCommand implements a command for changing sheet properties. More...
#include <commands.h>
Collaboration diagram for SheetPropertiesCommand:

Public Member Functions | |
| SheetPropertiesCommand (KSpreadDoc *doc, KSpreadSheet *sheet) | |
| void | setLayoutDirection (KSpreadSheet::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 | setColumnAsNumber (bool b) |
| void | setLcMode (bool b) |
| void | setCapitalizeFirstLetter (bool b) |
| virtual void | execute () |
| virtual void | unexecute () |
| virtual QString | name () const |
Protected Attributes | |
| KSpreadSheet * | sheet |
| KSpreadDoc * | doc |
| KSpreadSheet::LayoutDirection | oldDirection |
| KSpreadSheet::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 | oldColumnAsNumber |
| bool | newColumnAsNumber |
| bool | oldLcMode |
| bool | newLcMode |
| bool | oldCapitalizeFirstLetter |
| bool | newCapitalizeFirstLetter |
Detailed Description
Class SheetPropertiesCommand implements a command for changing sheet properties.
Definition at line 226 of file commands.h.
The documentation for this class was generated from the following files:
