kspread Library API Documentation

SheetPropertiesCommand Class Reference

Class SheetPropertiesCommand implements a command for changing sheet properties. More...

#include <commands.h>

Collaboration diagram for SheetPropertiesCommand:

Collaboration graph
[legend]
List of all members.

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
KSpreadDocdoc
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:
KDE Logo
This file is part of the documentation for kspread Library Version 1.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Feb 13 09:43:41 2006 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003