tlp_SpreadView

Langue: en

Version: 266645 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

tlp::SpreadView -

SYNOPSIS


#include <SpreadView.h>

Public Slots


void draw ()

void refresh ()

void init ()

void setGraph (Graph *graph)

Public Member Functions


SpreadView ()

virtual ~SpreadView ()

QWidget * construct (QWidget *parent)

void setData (Graph *graph, DataSet dataSet)

void getData (Graph **graph, DataSet *dataSet)

Graph * getGraph ()

void installInteractor (QAction *)

Protected Attributes


SpreadWidget * mainWidget

Constructor & Destructor Documentation

tlp::SpreadView::SpreadView ()

virtual tlp::SpreadView::~SpreadView () [inline, virtual]

Member Function Documentation

QWidget * tlp::SpreadView::construct (QWidget * parent)

void tlp::SpreadView::draw () [slot]

void tlp::SpreadView::getData (Graph ** graph, DataSet * dataSet)

Graph * tlp::SpreadView::getGraph ()

void tlp::SpreadView::init () [slot]

void tlp::SpreadView::installInteractor (QAction *) [inline]

void tlp::SpreadView::refresh () [slot]

void tlp::SpreadView::setData (Graph * graph, DataSet dataSet)

void tlp::SpreadView::setGraph (Graph * graph) [slot]

Member Data Documentation

SpreadWidget* tlp::SpreadView::mainWidget [protected]

Author

Generated automatically by Doxygen for Tulip Plugins Library from the source code.