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

Detailed Description
Definition at line 456 of file kspread_format.h.
Public Member Functions | |
RowFormat (Sheet *_sheet, int _row) | |
~RowFormat () | |
DCOPObject * | dcopObject () |
QDomElement | save (QDomDocument &, int yshift=0, bool copy=false) const |
bool | load (const QDomElement &row, int yshift=0, Paste::Mode sp=Paste::Normal, bool paste=false) |
bool | loadOasis (const QDomElement &row, QDomElement *rowStyle) |
int | height (const Canvas *_canvas=0L) const |
double | dblHeight (const Canvas *_canvas=0L) const |
double | mmHeight () const |
void | setHeight (int _h, const Canvas *_canvas=0L) |
void | setDblHeight (double _h, const Canvas *_canvas=0L) |
void | setMMHeight (double _h) |
void | setDefault () |
virtual bool | isDefault () const |
int | row () const |
void | setRow (int _r) |
void | setDisplayDirtyFlag () |
void | clearDisplayDirtyFlag () |
RowFormat * | next () const |
RowFormat * | previous () const |
void | setNext (RowFormat *c) |
void | setPrevious (RowFormat *c) |
const QPen & | bottomBorderPen (int col, int row) const |
void | setBottomBorderPen (const QPen &p) |
const QPen & | topBorderPen (int col, int row) const |
void | setTopBorderPen (const QPen &p) |
void | setHide (bool _hide, bool repaint=true) |
bool | isHide () const |
Protected Member Functions | |
virtual Format * | fallbackFormat (int col, int row) |
virtual const Format * | fallbackFormat (int col, int row) const |
Protected Attributes | |
double | m_fHeight |
bool | m_bDefault |
int | m_iRow |
bool | m_bDisplayDirtyFlag |
bool | m_bHide |
RowFormat * | m_next |
RowFormat * | m_prev |
DCOPObject * | m_dcop |
Member Function Documentation
|
Reimplemented from KSpread::Format. Definition at line 2673 of file kspread_format.cc. |
|
Definition at line 2568 of file kspread_format.cc. |
|
Reimplemented from KSpread::Format. Definition at line 2724 of file kspread_format.cc. |
|
Reimplemented from KSpread::Format. Definition at line 2719 of file kspread_format.cc. |
|
Definition at line 2563 of file kspread_format.cc. |
|
Reimplemented from KSpread::Format. Definition at line 2729 of file kspread_format.cc. |
|
Definition at line 2579 of file kspread_format.cc. |
|
Definition at line 521 of file kspread_format.h. |
|
Reimplemented from KSpread::Format. Definition at line 2686 of file kspread_format.cc. |
|
Sets the height to _h zoomed pixels.
Definition at line 2536 of file kspread_format.cc. |
|
Use this function to tell this format that it is the default format.
Definition at line 510 of file kspread_format.h. |
|
Sets the height to _h zoomed pixels.
Definition at line 2531 of file kspread_format.cc. |
|
Sets the hide flag.
Definition at line 2698 of file kspread_format.cc. |
|
Sets the height.
Definition at line 2526 of file kspread_format.cc. |
|
Reimplemented from KSpread::Format. Definition at line 2664 of file kspread_format.cc. |
|
Reimplemented from KSpread::Format. Definition at line 2651 of file kspread_format.cc. |
Member Data Documentation
|
Flag that indicates whether this is the default format.
Definition at line 577 of file kspread_format.h. |
|
Width of the cell in unzoomed points.
Definition at line 569 of file kspread_format.h. |
|
This is the row to which this format belongs. If this value is 0, then this might be the default format.
Definition at line 584 of file kspread_format.h. |
The documentation for this class was generated from the following files: