ParaView
|
#include "pqCoreModule.h"
#include "vtkType.h"
#include <QList>
#include <QObject>
Go to the source code of this file.
Classes | |
class | pqServerManagerModel |
pqServerManagerModel is the model for the Server Manager. More... | |
Functions | |
template<class T > | |
QList< T > | pqFindItems (const pqServerManagerModel *const model) |
template<class T > | |
QList< T > | pqFindItems (const pqServerManagerModel *const model, pqServer *server) |
template<class T > | |
T | pqFindItem (const pqServerManagerModel *const model, const QString &name) |
template<class T > | |
T | pqFindItem (const pqServerManagerModel *const model, vtkSMProxy *proxy) |
template<class T > | |
T | pqFindItem (const pqServerManagerModel *const model, vtkTypeUInt32 id) |
template<class T > | |
int | pqGetNumberOfItems (const pqServerManagerModel *const model) |
template<class T > | |
T | pqGetItemAtIndex (const pqServerManagerModel *const model, int index) |
|
inline |
Definition at line 301 of file pqServerManagerModel.h.
|
inline |
Definition at line 311 of file pqServerManagerModel.h.
|
inline |
Definition at line 339 of file pqServerManagerModel.h.
|
inline |
Definition at line 322 of file pqServerManagerModel.h.
|
inline |
Definition at line 330 of file pqServerManagerModel.h.
|
inline |
Definition at line 348 of file pqServerManagerModel.h.
|
inline |
Definition at line 355 of file pqServerManagerModel.h.