ParameterGroup Class Reference
#include <parametergroup.h>
List of all members.
Public Types |
| enum | ParameterGroupStates { All,
Selected,
Pattern
} |
| enum | ParameterGroupTypes {
AdhocGroup,
PlannerCode,
ProductCategory,
ClassCode,
ItemGroup,
CostCategory,
CustomerType,
CustomerGroup,
CurrencyNotBase,
Currency,
WorkCenter,
User,
ActiveUser,
OpportunitySource,
OpportunityStage,
OpportunityType
} |
Properties |
| bool | fixedSize |
| enum | ParameterGroupStates |
| enum | ParameterGroupTypes |
| QString | pattern |
| QString | selected |
Public Member Functions |
| | ParameterGroup (QWidget *=0, const char *=0) |
| void | appendValue (ParameterList &) |
| void | bindValue (XSqlQuery &) |
| bool | fixedSize () |
| Q_INVOKABLE int | id () |
| Q_INVOKABLE bool | isAll () |
| Q_INVOKABLE bool | isPattern () |
| Q_INVOKABLE bool | isSelected () |
| Q_INVOKABLE QString | pattern () |
| Q_INVOKABLE QString | selected () |
| enum ParameterGroupStates | state () |
| enum ParameterGroupTypes | type () |
Public Slots |
| void | repopulateSelected () |
| void | setFixedSize (bool) |
| void | setId (int) |
| void | setPattern (const QString &) |
| void | setSelected (const QString &) |
| void | setState (enum ParameterGroupStates) |
| void | setType (enum ParameterGroupTypes) |
Signals |
| void | updated () |
Member Enumeration Documentation
- Enumerator:
| AdhocGroup |
|
| PlannerCode |
|
| ProductCategory |
|
| ClassCode |
|
| ItemGroup |
|
| CostCategory |
|
| CustomerType |
|
| CustomerGroup |
|
| CurrencyNotBase |
|
| Currency |
|
| WorkCenter |
|
| User |
|
| ActiveUser |
|
| OpportunitySource |
|
| OpportunityStage |
|
| OpportunityType |
|
Constructor & Destructor Documentation
| ParameterGroup::ParameterGroup |
( |
QWidget * |
pParent = 0, |
|
|
const char * |
pName = 0 | |
|
) |
| | |
Member Function Documentation
| 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] |
Property Documentation
bool ParameterGroup::fixedSize [read, write] |
QString ParameterGroup::pattern [read, write] |
QString ParameterGroup::selected [read, write] |
The documentation for this class was generated from the following files: