#include <currcluster.h>
|
enum | CurrDisplayFormats {
Money,
SalesPrice,
PurchPrice,
ExtPrice,
Cost
} |
|
static QString | baseCurrAbbr () |
|
static int | baseId () |
|
static double | convert (const int, const int, const double, const QDate &) |
|
static QString | currSymbol (const int) |
|
enum | State { New,
NANew,
Initialized,
NAInit
} |
|
static QString | _baseAbbr = QString() |
|
static int | _baseId = -1 |
|
static int | _baseScale = 2 |
|
CurrCluster::CurrCluster |
( |
QWidget * |
parent, |
|
|
const char * |
name = 0 |
|
) |
| |
bool CurrCluster::allowNegative |
( |
| ) |
const |
|
inline |
bool CurrCluster::baseVisible |
( |
| ) |
const |
|
inline |
void CurrCluster::clear |
( |
| ) |
|
|
slot |
QString CurrCluster::currAbbr |
( |
| ) |
const |
|
inlinevirtual |
bool CurrCluster::currencyDisabled |
( |
| ) |
const |
|
inline |
bool CurrCluster::currencyEnabled |
( |
| ) |
const |
|
inline |
bool CurrCluster::currencyVisible |
( |
| ) |
const |
|
inline |
void CurrCluster::editingFinished |
( |
| ) |
|
|
signal |
QString CurrCluster::fieldNameCurr |
( |
| ) |
const |
|
inline |
int CurrCluster::id |
( |
| ) |
const |
|
inlinevirtual |
bool CurrCluster::isBase |
( |
| ) |
const |
|
inlinevirtual |
bool CurrCluster::isEnabled |
( |
| ) |
const |
|
inlinevirtual |
void CurrCluster::set |
( |
const double |
newValue, |
|
|
const int |
newId, |
|
|
const QDate & |
newDate, |
|
|
const bool |
isBase = true |
|
) |
| |
|
slot |
void CurrCluster::setAllowNegative |
( |
bool |
value | ) |
|
|
slot |
void CurrCluster::setBaseVisible |
( |
bool |
showBase | ) |
|
|
slot |
void CurrCluster::setCurrencyDisabled |
( |
bool |
newValue | ) |
|
|
slot |
void CurrCluster::setCurrencyEditable |
( |
bool |
newValue | ) |
|
|
slot |
void CurrCluster::setCurrencyEnabled |
( |
bool |
newValue | ) |
|
|
slot |
void CurrCluster::setCurrencyVisible |
( |
bool |
showCurrency | ) |
|
|
slot |
void CurrCluster::setEnabled |
( |
bool |
newValue | ) |
|
|
slot |
void CurrCluster::setFieldNameCurr |
( |
QString |
p | ) |
|
|
inlineslot |
void CurrCluster::setId |
( |
int |
curr_id | ) |
|
|
slot |
void CurrCluster::setPaletteForegroundColor |
( |
const QColor & |
newColor | ) |
|
|
slot |
void CurrCluster::sId |
( |
int |
id | ) |
|
|
protectedvirtualslot |
void CurrCluster::sLostFocus |
( |
| ) |
|
|
slot |
void CurrCluster::sReformat |
( |
| ) |
const |
|
protectedvirtualslot |
bool CurrCluster::_baseVisible |
|
protected |
bool CurrCluster::_currencyEnabled |
|
protected |
QDoubleValidator* CurrCluster::_validator |
|
protected |
QLabel* CurrCluster::_valueBaseLit |
|
protected |
QLabel* CurrCluster::_valueBaseWidget |
|
protected |
bool CurrCluster::allowNegative |
|
readwrite |
bool CurrCluster::baseVisible |
|
readwrite |
bool CurrCluster::currencyDisabled |
|
readwrite |
bool CurrCluster::currencyEditable |
|
readwrite |
bool CurrCluster::currencyEnabled |
|
readwrite |
bool CurrCluster::currencyVisible |
|
readwrite |
bool CurrCluster::enabled |
|
readwrite |
QString CurrCluster::fieldNameCurr |
|
readwrite |
The documentation for this class was generated from the following files: