Classes
Typedefs
Functions
- TLP_QT_SCOPE bool openDataSetDialog (DataSet &outSet, const StructDef *sysDef, StructDef *inDef, const DataSet *inSet=NULL, const char *inName=NULL, Graph *inG=NULL, QWidget *parent=NULL)
- TLP_QT_SCOPE void openGraphOnGlMainWidget (Graph *graph, DataSet *dataSet, GlMainWidget *glMainWidget)
- TLP_QT_SCOPE void loadInteractorPluginsFromDir (std::string dir, PluginLoader *loader=0)
- TLP_QT_SCOPE void loadViewPluginsFromDir (std::string dir, PluginLoader *loader=0)
- TLP_QT_SCOPE void loadControllerPluginsFromDir (std::string dir, PluginLoader *loader=0)
Detailed Description
Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI Visualization Team Email : auber@tulip-software.org Last modification : 13/03/2009 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI Visualization Team Email : auber@tulip-software.org Last modification : 13/03/2009 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Author: Morgan Mathiaut Email : mathiaut@labri.fr Last modification : 24/10/2008 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI Visualization Team Email : auber@tulip-software.org Last modification : 13/03/2009 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Author: David Auber Email : auber@labri.fr Last modification : 06/09/2005 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI Visualization Team Email : auber@tulip-software.org Last modification : 13/03/2009 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Author: Morgan Mathiaut Email : mathiaut@labri.fr Last modification : 16/05/08 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Typedef Documentation
Function Documentation
TLP_QT_SCOPE void tlp::loadControllerPluginsFromDir |
( |
std::string |
dir, |
|
|
PluginLoader * |
loader = 0 | |
|
) |
| | |
TLP_QT_SCOPE void tlp::loadInteractorPluginsFromDir |
( |
std::string |
dir, |
|
|
PluginLoader * |
loader = 0 | |
|
) |
| | |
TLP_QT_SCOPE void tlp::loadViewPluginsFromDir |
( |
std::string |
dir, |
|
|
PluginLoader * |
loader = 0 | |
|
) |
| | |
TLP_QT_SCOPE bool tlp::openDataSetDialog |
( |
DataSet & |
outSet, |
|
|
const StructDef * |
sysDef, |
|
|
StructDef * |
inDef, |
|
|
const DataSet * |
inSet = NULL , |
|
|
const char * |
inName = NULL , |
|
|
Graph * |
inG = NULL , |
|
|
QWidget * |
parent = NULL | |
|
) |
| | |
Open a QT Dialog Box to fill-up an user DataSet according to a required StructDef inDef : Input-variable informations outSet : Output (filled) set [inSet : Input (optional) set, containing some default values]
TLP_QT_SCOPE void tlp::openGraphOnGlMainWidget |
( |
Graph * |
graph, |
|
|
DataSet * |
dataSet, |
|
|
GlMainWidget * |
glMainWidget | |
|
) |
| | |
Create a main layout in GlMainWidget and display the graph on it