gegl-qt  0.0.7
Integration library for using GEGL in Qt based applications
GeglQt::NodeViewWidget Class Reference

QWidget showing the output of a GeglNode. More...

#include <nodeviewwidget.h>

List of all members.

Public Member Functions

 NodeViewWidget (QWidget *parent=0)
 ~NodeViewWidget ()
GeglNodePtr inputNode () const
 The node this widget displays.
void setInputNode (GeglNodePtr node)
 Set the node to display.
GeglQt::NodeViewOptionsoptions () const
 The options used on this widget.
virtual void paintEvent (QPaintEvent *event)
virtual void resizeEvent (QResizeEvent *event)

Detailed Description

QWidget showing the output of a GeglNode.


Constructor & Destructor Documentation

NodeViewWidget::NodeViewWidget ( QWidget *  parent = 0)
NodeViewWidget::~NodeViewWidget ( )

Member Function Documentation

GeglNode * NodeViewWidget::inputNode ( ) const

The node this widget displays.

Returns:
The GeglNode
NodeViewOptions * NodeViewWidget::options ( ) const

The options used on this widget.

void NodeViewWidget::paintEvent ( QPaintEvent *  event) [virtual]
void NodeViewWidget::resizeEvent ( QResizeEvent *  event) [virtual]
void NodeViewWidget::setInputNode ( GeglNodePtr  node)

Set the node to display.

Parameters:
nodeThe GeglNode to display, or 0 to unset

Will reference the GeglNode.


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