|
libyui
3.4.2
|

Public Member Functions | |
| ~YDialogSpyPrivate () | |
| Destructor - switch off widget highlighting at the end. | |
| YWidget * | selectedWidget () |
| The currently selected wiget. More... | |
| void | selectedWidgetChanged () |
| The selected item has been changed, refresh the UI. | |
| void | refreshProperties () |
| Refresh the displayed properties. | |
| bool | toggleProperties () |
| Hide or show the properties dialog. More... | |
| void | highlightWidget (bool enable=true) |
| Highlight the currently selected widget in the spy dialog. | |
| void | deleteWidget () |
| Delete the currently selected widget. | |
| void | addWidget (const std::string &type) |
| Generic handler for adding widgets. More... | |
| void | editProperty () |
| Run the property editor for the current widget. | |
| void | moveSelectedUp () |
| void | moveSelectedDown () |
Public Attributes | |
| YDialog * | targetDialog |
| YDialog * | spyDialog |
| YTree * | widgetTree |
| YPushButton * | propButton |
| YMenuButton * | addButton |
| YPushButton * | deleteButton |
| YPushButton * | upButton |
| YPushButton * | downButton |
| YReplacePoint * | propReplacePoint |
| YTable * | propTable |
| YMenuItem * | exportMenu |
Definition at line 129 of file YDialogSpy.cc.
| void YDialogSpyPrivate::addWidget | ( | const std::string & | type | ) |
Generic handler for adding widgets.
| type | Type of the widget to add |
Definition at line 692 of file YDialogSpy.cc.

| YWidget * YDialogSpyPrivate::selectedWidget | ( | ) |
The currently selected wiget.
Definition at line 557 of file YDialogSpy.cc.

| bool YDialogSpyPrivate::toggleProperties | ( | ) |
Hide or show the properties dialog.
Definition at line 395 of file YDialogSpy.cc.
