|
ParaView
|
interface class for plugins that create view modules More...
#include <pqTreeLayoutStrategyInterface.h>
Public Member Functions | |
| pqTreeLayoutStrategyInterface () | |
| destructor | |
| virtual | ~pqTreeLayoutStrategyInterface () |
| virtual QStringList | treeLayoutStrategies () const =0 |
| Return a list of layout strategies supported by this interface. | |
| virtual vtkAreaLayoutStrategy * | getTreeLayoutStrategy (const QString &layoutStrategy)=0 |
interface class for plugins that create view modules
Definition at line 43 of file pqTreeLayoutStrategyInterface.h.
| pqTreeLayoutStrategyInterface::pqTreeLayoutStrategyInterface | ( | ) |
destructor
| virtual pqTreeLayoutStrategyInterface::~pqTreeLayoutStrategyInterface | ( | ) | [virtual] |
| virtual QStringList pqTreeLayoutStrategyInterface::treeLayoutStrategies | ( | ) | const [pure virtual] |
Return a list of layout strategies supported by this interface.
| virtual vtkAreaLayoutStrategy* pqTreeLayoutStrategyInterface::getTreeLayoutStrategy | ( | const QString & | layoutStrategy | ) | [pure virtual] |
1.7.5.1