CellFormatPageFloat Class Reference
KSpreadFormat of numbers. More...
#include <kspread_dlg_layout.h>
Inheritance diagram for CellFormatPageFloat:


Public Slots | |
| void | slotChangeState () |
| void | makeformat () |
| void | updateFormatType () |
| void | init () |
| void | slotChangeValue (int) |
| void | formatChanged (int) |
| void | currencyChanged (const QString &) |
Public Member Functions | |
| CellFormatPageFloat (QWidget *parent, CellFormatDlg *_dlg) | |
| void | apply (KSpreadCustomStyle *style) |
| void | apply (KSpreadCell *_cell) |
| void | apply (ColumnFormat *_col) |
| void | apply (RowFormat *_row) |
| void | applyFormat (KSpreadFormat *_obj) |
Protected Attributes | |
| QLineEdit * | postfix |
| KIntNumInput * | precision |
| QLineEdit * | prefix |
| QComboBox * | format |
| QComboBox * | currency |
| QLabel * | currencyLabel |
| QRadioButton * | generic |
| QRadioButton * | number |
| QRadioButton * | percent |
| QRadioButton * | date |
| QRadioButton * | money |
| QRadioButton * | scientific |
| QRadioButton * | fraction |
| QRadioButton * | time |
| QRadioButton * | textFormat |
| QRadioButton * | customFormat |
| QListBox * | listFormat |
| QLineEdit * | customFormatEdit |
| QLabel * | exampleLabel |
| CellFormatDlg * | dlg |
| FormatType | cellFormatType |
| FormatType | newFormatType |
| bool | m_bFormatTypeChanged |
| bool | m_bFormatColorChanged |
Detailed Description
KSpreadFormat of numbers.This widget is part of the format dialog. It allows the user to cinfigure the way numbers are formatted.
Definition at line 258 of file kspread_dlg_layout.h.
The documentation for this class was generated from the following files:
