Class QModelConnectorParam
Class QModelConnectorParam
Encapsulates a description of an editable ModelConnector parameter.
For example, this class would be used to tell the QModelConnectorEditDlg that you can set the name of a control using a text box, or the visibility state of a control using boolean selector.
You can currently specify a boolean value, a text value, an integer value, or a list of options.
- QBaseClass
- QModelConnectorParam
public
|
|
public
null|
|
#
GetControl(
Called by the QModelConnectorEditDlg dialog. Creates a control that will allow the user to edit the value associated with this parameter, and caches that control so that its easy to get to. |
protected
|
|
public
mixed
|
OverrideAttributes(),
__call(),
__set()
|
string |
SelectionList
Specifies a list of items to present to the user to select from. |
#
'list'
|
string |
GeneralCategory
|
#
'General'
|
protected
|
$strCategory
|
|
protected
|
$strName
|
|
protected
|
$strDescription
|
|
protected
|
$controlType
|
|
protected
|
$options
|
|
protected
|
$objControl
caching the created control |
public read-only
string
|
$Category
|
public read-only
string
|
$Name
|