MagicSmoke
$VERSION$
|
#include "misc.h"
#include "payedit.h"
#include "centbox.h"
#include "flagedit.h"
#include "msinterface.h"
#include "MTSetPaymentType"
#include "MTDeletePaymentType"
#include "MTSetDefaultPaymentType"
#include "MTGetPaymentTypes"
#include <QApplication>
#include <QDebug>
#include <QDomDocument>
#include <QDomElement>
#include <QFormLayout>
#include <QHeaderView>
#include <QLabel>
#include <QStandardItemModel>
#include <QTableView>
#include <QPushButton>
#include <QMessageBox>
#include <QInputDialog>
#include <QBoxLayout>
#include <QComboBox>
Functions | |
static QString | getDefaultPayType (bool force=false) |
static QList< MOPaymentType > | getPayTypeCache (bool force=false) |
static void | invalidatePayTypeCache () |
Variables | |
static QString | c_defpay |
static QDateTime | c_nextupdate |
static QList< MOPaymentType > | c_paytypes |
|
static |
References c_defpay, and getPayTypeCache().
Referenced by MPaymentDialog::MPaymentDialog(), and MPaymentEditor::MPaymentEditor().
|
static |
References c_paytypes, MTGetPaymentTypes::getdefaultpaytype(), MTGetPaymentTypes::getpaytypes(), and req.
Referenced by getDefaultPayType(), MPaymentDialog::MPaymentDialog(), and MPaymentEditor::MPaymentEditor().
|
static |
|
static |
Referenced by getDefaultPayType().
|
static |
|
static |
Referenced by getPayTypeCache().