kspread
KSpread::ColumnFormat Class Reference
Inheritance diagram for KSpread::ColumnFormat:

Detailed Description
Definition at line 595 of file kspread_format.h.
Public Member Functions | |
| ColumnFormat (Sheet *_sheet, int _column) | |
| ~ColumnFormat () | |
| QDomElement | save (QDomDocument &, int xshift=0, bool copy=false) const |
| bool | load (const QDomElement &row, int xshift=0, Paste::Mode sp=Paste::Normal, bool paste=false) |
| DCOPObject * | dcopObject () |
| int | width (const Canvas *_canvas=0L) const |
| double | dblWidth (const Canvas *_canvas=0L) const |
| double | mmWidth () const |
| void | setWidth (int _w, const Canvas *_canvas=0L) |
| void | setDblWidth (double _w, const Canvas *_canvas=0L) |
| void | setMMWidth (double _w) |
| void | setDefault () |
| virtual bool | isDefault () const |
| int | column () const |
| void | setColumn (int _c) |
| void | setDisplayDirtyFlag () |
| void | clearDisplayDirtyFlag () |
| ColumnFormat * | next () const |
| ColumnFormat * | previous () const |
| void | setNext (ColumnFormat *c) |
| void | setPrevious (ColumnFormat *c) |
| virtual const QPen & | rightBorderPen (int col, int row) const |
| virtual void | setRightBorderPen (const QPen &p) |
| virtual const QPen & | leftBorderPen (int col, int row) const |
| virtual void | setLeftBorderPen (const QPen &p) |
| void | setHide (bool _hide) |
| bool | isHide () const |
Protected Member Functions | |
| Format * | fallbackFormat (int col, int row) |
| const Format * | fallbackFormat (int col, int row) const |
Protected Attributes | |
| double | m_fWidth |
| bool | m_bDefault |
| int | m_iColumn |
| bool | m_bDisplayDirtyFlag |
| bool | m_bHide |
| ColumnFormat * | m_next |
| ColumnFormat * | m_prev |
| DCOPObject * | m_dcop |
Member Function Documentation
|
|
Definition at line 661 of file kspread_format.h. |
|
|
Definition at line 2817 of file kspread_format.cc. |
|
||||||||||||
|
Reimplemented from KSpread::Format. Definition at line 2971 of file kspread_format.cc. |
|
||||||||||||
|
Reimplemented from KSpread::Format. Definition at line 2945 of file kspread_format.cc. |
|
|
Reimplemented from KSpread::Format. Definition at line 2976 of file kspread_format.cc. |
|
||||||||||||
|
Reimplemented from KSpread::Format. Definition at line 2898 of file kspread_format.cc. |
|
|
Definition at line 2828 of file kspread_format.cc. |
|
||||||||||||
|
Reimplemented from KSpread::Format. Definition at line 2920 of file kspread_format.cc. |
|
||||||||||||
|
Sets the width to _w zoomed pixels as double value. Use this function to set the width without getting rounding problems.
Definition at line 2785 of file kspread_format.cc. |
|
|
Use this function to tell this format that it is the default format.
Definition at line 650 of file kspread_format.h. |
|
|
Reimplemented from KSpread::Format. Definition at line 2911 of file kspread_format.cc. |
|
|
Sets the width.
Definition at line 2775 of file kspread_format.cc. |
|
|
Reimplemented from KSpread::Format. Definition at line 2933 of file kspread_format.cc. |
|
||||||||||||
|
Sets the width to _w zoomed pixels.
Definition at line 2780 of file kspread_format.cc. |
|
|
Definition at line 2812 of file kspread_format.cc. |
Member Data Documentation
|
|
Flag that indicates whether this is the default format.
Definition at line 715 of file kspread_format.h. |
|
|
Width of the cells in unzoomed pixels.
Definition at line 707 of file kspread_format.h. |
|
|
This is the column to which this format belongs. If this value is 0, then this might be the default format.
Definition at line 722 of file kspread_format.h. |
The documentation for this class was generated from the following files:

