![]() |
pCon.planner Plugin SDK
Version 8.9
|
Allows to manage widgets of pCon.planner. More...
Properties | |
System::String^ | Key [get] |
Returns key which identifies the widget. More... | |
System::String^ | Value [get, set] |
Gets or sets the widget value. More... | |
System::String^ | Caption [get, set] |
Gets or sets the widget caption. More... | |
System::String^ | Hint [get, set] |
Gets or sets the widget hint. More... | |
bool | Enabled [get, set] |
Gets or sets if the widget is enabled. More... | |
bool | Visible [get, set] |
Gets or sets the widgets visibility. More... | |
Events | |
ValueEvent^ | ValueChanged |
This event fires if the changed value is applied by the user. More... | |
ValueEvent^ | ValueChanging |
This event fires if the value is changing. More... | |
Allows to manage widgets of pCon.planner.
|
getset |
Gets or sets the widget caption.
|
getset |
Gets or sets if the widget is enabled.
|
getset |
Gets or sets the widget hint.
|
get |
Returns key which identifies the widget.
|
getset |
Gets or sets the widget value.
|
getset |
Gets or sets the widgets visibility.
Changing visibility is high cost operation on GUI side. Better avoid it - changing the UI layout at runtime is bad style anyway.
ValueEvent^ X3g::Plugin::Widget::ValueChanged |
This event fires if the changed value is applied by the user.
ValueEvent^ X3g::Plugin::Widget::ValueChanging |
This event fires if the value is changing.
Attention: Removing the focus from the widget in this event will cancel the current intput and reset the value.