libyui  3.3.2
YPropertyEditor Class Reference

An internal helper class for displaying the widget property editor in the spy dialog. More...

#include <YPropertyEditor.h>

Public Member Functions

 YPropertyEditor (YWidget *widget)
 Constructor. More...
 
bool edit (const std::string &property)
 Display a popup for editing a widget property. More...
 

Detailed Description

An internal helper class for displaying the widget property editor in the spy dialog.

See also
YDialogSpy

Definition at line 32 of file YPropertyEditor.h.

Constructor & Destructor Documentation

◆ YPropertyEditor()

YPropertyEditor::YPropertyEditor ( YWidget widget)

Constructor.

Parameters
widgetthe target widget

Definition at line 289 of file YPropertyEditor.cc.

Member Function Documentation

◆ edit()

bool YPropertyEditor::edit ( const std::string &  property)

Display a popup for editing a widget property.

Parameters
propertyname of the property to edit
Returns
true if the property has been changed, false otherwise

Definition at line 284 of file YPropertyEditor.cc.


The documentation for this class was generated from the following files: