kspread
KSpread::CellFormatPageFloat Class Reference
#include <LayoutDialog.h>

Public Slots | |
| void | currencyChanged (const QString &) |
| void | formatChanged (int) |
| void | init () |
| void | makeformat () |
| void | slotChangeState () |
| void | slotChangeValue (int) |
| void | updateFormatType () |
Public Member Functions | |
| CellFormatPageFloat (QWidget *parent, CellFormatDialog *_dlg) | |
| void | apply (StyleCommand *_obj) |
| void | apply (CustomStyle *style) |
Protected Attributes | |
| Format::Type | cellFormatType |
| KComboBox * | currency |
| QLabel * | currencyLabel |
| QRadioButton * | customFormat |
| KLineEdit * | customFormatEdit |
| QRadioButton * | date |
| CellFormatDialog * | dlg |
| QLabel * | exampleLabel |
| KComboBox * | format |
| QRadioButton * | fraction |
| QRadioButton * | generic |
| QListWidget * | listFormat |
| bool | m_bFormatColorChanged |
| bool | m_bFormatTypeChanged |
| QRadioButton * | money |
| Format::Type | newFormatType |
| QRadioButton * | number |
| QRadioButton * | percent |
| KLineEdit * | postfix |
| KIntNumInput * | precision |
| KLineEdit * | prefix |
| QRadioButton * | scientific |
| QRadioButton * | textFormat |
| QRadioButton * | time |
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 208 of file LayoutDialog.h.
Constructor & Destructor Documentation
| CellFormatPageFloat::CellFormatPageFloat | ( | QWidget * | parent, | |
| CellFormatDialog * | _dlg | |||
| ) |
Definition at line 909 of file LayoutDialog.cpp.
Member Function Documentation
| void CellFormatPageFloat::apply | ( | StyleCommand * | _obj | ) |
Definition at line 1617 of file LayoutDialog.cpp.
| void CellFormatPageFloat::apply | ( | CustomStyle * | style | ) |
Definition at line 1548 of file LayoutDialog.cpp.
| void CellFormatPageFloat::currencyChanged | ( | const QString & | ) | [slot] |
Definition at line 1406 of file LayoutDialog.cpp.
| void CellFormatPageFloat::formatChanged | ( | int | ) | [slot] |
Definition at line 1147 of file LayoutDialog.cpp.
| void CellFormatPageFloat::init | ( | ) | [slot] |
Definition at line 1289 of file LayoutDialog.cpp.
| void CellFormatPageFloat::makeformat | ( | ) | [slot] |
Definition at line 1502 of file LayoutDialog.cpp.
| void CellFormatPageFloat::slotChangeState | ( | ) | [slot] |
Definition at line 1156 of file LayoutDialog.cpp.
| void CellFormatPageFloat::slotChangeValue | ( | int | ) | [slot] |
Definition at line 1152 of file LayoutDialog.cpp.
| void CellFormatPageFloat::updateFormatType | ( | ) | [slot] |
Definition at line 1416 of file LayoutDialog.cpp.
Member Data Documentation
Definition at line 245 of file LayoutDialog.h.
KComboBox* KSpread::CellFormatPageFloat::currency [protected] |
Definition at line 229 of file LayoutDialog.h.
QLabel* KSpread::CellFormatPageFloat::currencyLabel [protected] |
Definition at line 230 of file LayoutDialog.h.
QRadioButton* KSpread::CellFormatPageFloat::customFormat [protected] |
Definition at line 240 of file LayoutDialog.h.
KLineEdit* KSpread::CellFormatPageFloat::customFormatEdit [protected] |
Definition at line 242 of file LayoutDialog.h.
QRadioButton* KSpread::CellFormatPageFloat::date [protected] |
Definition at line 234 of file LayoutDialog.h.
CellFormatDialog* KSpread::CellFormatPageFloat::dlg [protected] |
Definition at line 244 of file LayoutDialog.h.
QLabel* KSpread::CellFormatPageFloat::exampleLabel [protected] |
Definition at line 243 of file LayoutDialog.h.
KComboBox* KSpread::CellFormatPageFloat::format [protected] |
Definition at line 228 of file LayoutDialog.h.
QRadioButton* KSpread::CellFormatPageFloat::fraction [protected] |
Definition at line 237 of file LayoutDialog.h.
QRadioButton* KSpread::CellFormatPageFloat::generic [protected] |
Definition at line 231 of file LayoutDialog.h.
QListWidget* KSpread::CellFormatPageFloat::listFormat [protected] |
Definition at line 241 of file LayoutDialog.h.
bool KSpread::CellFormatPageFloat::m_bFormatColorChanged [protected] |
Definition at line 248 of file LayoutDialog.h.
bool KSpread::CellFormatPageFloat::m_bFormatTypeChanged [protected] |
Definition at line 247 of file LayoutDialog.h.
QRadioButton* KSpread::CellFormatPageFloat::money [protected] |
Definition at line 235 of file LayoutDialog.h.
Definition at line 245 of file LayoutDialog.h.
QRadioButton* KSpread::CellFormatPageFloat::number [protected] |
Definition at line 232 of file LayoutDialog.h.
QRadioButton* KSpread::CellFormatPageFloat::percent [protected] |
Definition at line 233 of file LayoutDialog.h.
KLineEdit* KSpread::CellFormatPageFloat::postfix [protected] |
Definition at line 225 of file LayoutDialog.h.
KIntNumInput* KSpread::CellFormatPageFloat::precision [protected] |
Definition at line 226 of file LayoutDialog.h.
KLineEdit* KSpread::CellFormatPageFloat::prefix [protected] |
Definition at line 227 of file LayoutDialog.h.
QRadioButton* KSpread::CellFormatPageFloat::scientific [protected] |
Definition at line 236 of file LayoutDialog.h.
QRadioButton* KSpread::CellFormatPageFloat::textFormat [protected] |
Definition at line 239 of file LayoutDialog.h.
QRadioButton* KSpread::CellFormatPageFloat::time [protected] |
Definition at line 238 of file LayoutDialog.h.
The documentation for this class was generated from the following files:
