#include <parametergroup.h>
|
enum | ParameterGroupStates { All,
Selected,
Pattern
} |
|
enum | ParameterGroupTypes {
AdhocGroup,
PlannerCode,
ProductCategory,
ClassCode,
ItemGroup,
CostCategory,
CustomerType,
CustomerGroup,
CurrencyNotBase,
Currency,
WorkCenter,
User,
ActiveUser,
OpportunitySource,
OpportunityStage,
OpportunityType
} |
|
Enumerator |
---|
All |
|
Selected |
|
Pattern |
|
Enumerator |
---|
AdhocGroup |
|
PlannerCode |
|
ProductCategory |
|
ClassCode |
|
ItemGroup |
|
CostCategory |
|
CustomerType |
|
CustomerGroup |
|
CurrencyNotBase |
|
Currency |
|
WorkCenter |
|
User |
|
ActiveUser |
|
OpportunitySource |
|
OpportunityStage |
|
OpportunityType |
|
ParameterGroup::ParameterGroup |
( |
QWidget * |
pParent = 0 , |
|
|
const char * |
pName = 0 |
|
) |
| |
void ParameterGroup::appendValue |
( |
ParameterList & |
pParams | ) |
|
void ParameterGroup::bindValue |
( |
XSqlQuery & |
pQuery | ) |
|
bool ParameterGroup::fixedSize |
( |
| ) |
|
|
inline |
int ParameterGroup::id |
( |
| ) |
|
Q_INVOKABLE bool ParameterGroup::isAll |
( |
| ) |
|
|
inline |
Q_INVOKABLE bool ParameterGroup::isPattern |
( |
| ) |
|
|
inline |
Q_INVOKABLE bool ParameterGroup::isSelected |
( |
| ) |
|
|
inline |
Q_INVOKABLE QString ParameterGroup::pattern |
( |
| ) |
|
void ParameterGroup::repopulateSelected |
( |
| ) |
|
|
slot |
Q_INVOKABLE QString ParameterGroup::selected |
( |
| ) |
|
void ParameterGroup::setFixedSize |
( |
bool |
pFixed | ) |
|
|
slot |
void ParameterGroup::setId |
( |
int |
pId | ) |
|
|
slot |
void ParameterGroup::setPattern |
( |
const QString & |
pPattern | ) |
|
|
slot |
void ParameterGroup::setSelected |
( |
const QString & |
p | ) |
|
|
slot |
void ParameterGroup::updated |
( |
| ) |
|
|
signal |
bool ParameterGroup::fixedSize |
|
readwrite |
QString ParameterGroup::pattern |
|
readwrite |
QString ParameterGroup::selected |
|
readwrite |
The documentation for this class was generated from the following files: