kspread
KSpread::CellFormatPageFloat Class Reference
#include <kspread_dlg_layout.h>
Detailed Description
Format of numbers.This widget is part of the format dialog. It allows the user to cinfigure the way numbers are formatted.
Definition at line 205 of file kspread_dlg_layout.h.
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, CellFormatDialog *_dlg) | |
| void | apply (CustomStyle *style) |
| void | apply (FormatManipulator *_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 |
| CellFormatDialog * | dlg |
| FormatType | cellFormatType |
| FormatType | newFormatType |
| bool | m_bFormatTypeChanged |
| bool | m_bFormatColorChanged |
The documentation for this class was generated from the following files:

