Abstract class that represents a widget that can be used to build a fill element. More...
#include <AbstractFillWidget.h>
 
  
 | Public Member Functions | |
| virtual te::se::Fill * | getFill () const =0 | 
| Gets the configured fill element.  More... | |
| virtual QString | getFillType () const =0 | 
| Pure virtual method that should return a "user friendly" string that informs the fill type that can be built by the widget.  More... | |
| virtual bool | setFill (const te::se::Fill *fill)=0 | 
| Sets a fill element to this widget.  More... | |
| Initializer Methods | |
| Methods related to instantiation and destruction. | |
| AbstractFillWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructs a widget which is a child of parent, with widget flags set to f.  More... | |
| virtual | ~AbstractFillWidget () | 
| Virtual destructor.  More... | |
Abstract class that represents a widget that can be used to build a fill element.
Definition at line 51 of file AbstractFillWidget.h.
| 
 | inline | 
Constructs a widget which is a child of parent, with widget flags set to f.
Definition at line 61 of file AbstractFillWidget.h.
| 
 | inlinevirtual | 
Virtual destructor.
Definition at line 64 of file AbstractFillWidget.h.
| 
 | pure virtual | 
Gets the configured fill element.
Implemented in te::qt::widgets::BasicFillWidget, and te::qt::widgets::GraphicFillWidget.
| 
 | pure virtual | 
Pure virtual method that should return a "user friendly" string that informs the fill type that can be built by the widget.
Implemented in te::qt::widgets::BasicFillWidget, and te::qt::widgets::GraphicFillWidget.
| 
 | pure virtual | 
Sets a fill element to this widget.
| fill | A valid fill element. | 
Implemented in te::qt::widgets::BasicFillWidget, and te::qt::widgets::GraphicFillWidget.