tlp::renderingparametersdialog(3)
NAME
tlp::RenderingParametersDialog
SYNOPSIS
#include <RenderingParametersDialog.h> Public Slots void updateView () void backColor () void setBackgroundColor (QColor tmp) virtual void accept () Public Member Functions RenderingParametersDialog (QWidget *parent) void windowActivationChange (bool oldActive) void setGlMainView (GlMainView *view) void attachMainWidget (GlMainWidget *graphWidget) void addLayer (tlp::GlScene *, const std::string &, tlp::GlLayer *) void addComposite (tlp::GlComposite *composite, QTreeWidgetItem *parent) void createGraphCompositeItem (tlp::GlGraphComposite *glGraphComposite, QTreeWidgetItem *item) void updateLayer (const std::string &name, tlp::GlLayer *layer) void delLayer (tlp::GlScene *, const std::string &, tlp::GlLayer *) Protected Slots void itemClicked (QTreeWidgetItem *, int) void applyVisibility () void applyVisibility (QTreeWidgetItem *item, GlComposite *composite)
Constructor & Destructor Documentation
- tlp::RenderingParametersDialog::RenderingParametersDialog (QWidget *
- parent)
Member Function Documentation
- virtual void tlp::RenderingParametersDialog::accept () [virtual, slot] void tlp::RenderingParametersDialog::addComposite (tlp::GlComposite *
- composite, QTreeWidgetItem * parent)
- void tlp::RenderingParametersDialog::addLayer (tlp::GlScene *, const
- std::string &, tlp::GlLayer *)
- void tlp::RenderingParametersDialog::applyVisibility (QTreeWidgetItem *
- item, GlComposite * composite) [protected, slot]
- void tlp::RenderingParametersDialog::applyVisibility () [protected, slot] void tlp::RenderingParametersDialog::attachMainWidget (GlMainWidget *
- graphWidget)
- void tlp::RenderingParametersDialog::backColor () [slot] void tlp::RenderingParametersDialog::createGraphCompositeItem
- (tlp::GlGraphComposite * glGraphComposite, QTreeWidgetItem * item)
- void tlp::RenderingParametersDialog::delLayer (tlp::GlScene *, const
- std::string &, tlp::GlLayer *)
- void tlp::RenderingParametersDialog::itemClicked (QTreeWidgetItem *, int)
- [protected, slot]
- void tlp::RenderingParametersDialog::setBackgroundColor (QColor tmp) [slot] void tlp::RenderingParametersDialog::setGlMainView (GlMainView * view) void tlp::RenderingParametersDialog::updateLayer (const std::string & name,
- tlp::GlLayer * layer)
- void tlp::RenderingParametersDialog::updateView () [slot] void tlp::RenderingParametersDialog::windowActivationChange (bool
- oldActive)
Author
- Generated automatically by Doxygen for Tulip QT Library from the source
code.