tlp::GlMainView Class Reference
Provide an abstract view with OpenGl rendering.
More...
#include <GlMainView.h>
Inherits tlp::AbstractView.
Inherited by tlp::NodeLinkDiagramComponent.
List of all members.
Public Slots
Public Member Functions
Protected Slots
Protected Member Functions
- virtual void addLayer (tlp::GlScene *, const std::string &, tlp::GlLayer *)
- virtual void modifyLayer (tlp::GlScene *, const std::string &, tlp::GlLayer *)
Protected Attributes
Detailed Description
Provide an abstract view with OpenGl rendering.
This class provide an abstract view with OpenGl rendering and overview To do this rendering GlMainView class is use
Constructor & Destructor Documentation
tlp::GlMainView::GlMainView |
( |
|
) |
|
virtual tlp::GlMainView::~GlMainView |
( |
|
) |
[virtual] |
Member Function Documentation
virtual void tlp::GlMainView::addLayer |
( |
tlp::GlScene * |
, |
|
|
const std::string & |
, |
|
|
tlp::GlLayer * |
| |
|
) |
| | [inline, protected, virtual] |
virtual QWidget* tlp::GlMainView::construct |
( |
QWidget * |
parent |
) |
[virtual] |
void tlp::GlMainView::draw |
( |
|
) |
[virtual, slot] |
void tlp::GlMainView::exportImage |
( |
QAction * |
|
) |
[protected, slot] |
Save image of GlMainWidget QAction::text is the format of output (EPS,SVG or traditional image format) A QDialog is open to ask the output file name
Graph* tlp::GlMainView::getGraph |
( |
|
) |
[virtual] |
get the graph use in this view
- Returns:
- the graph use in this view
Implements tlp::View.
void tlp::GlMainView::hideOverview |
( |
bool |
|
) |
[protected, slot] |
virtual void tlp::GlMainView::modifyLayer |
( |
tlp::GlScene * |
, |
|
|
const std::string & |
, |
|
|
tlp::GlLayer * |
| |
|
) |
| | [inline, protected, virtual] |
void tlp::GlMainView::refresh |
( |
|
) |
[virtual, slot] |
Member Data Documentation