Classes | Functions
pqServerManagerModel.h File Reference
#include "pqCoreModule.h"
#include "vtkType.h"
#include <QList>
#include <QObject>
Include dependency graph for pqServerManagerModel.h:

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 *model)
 
template<class T >
QList< T > pqFindItems (const pqServerManagerModel *model, pqServer *server)
 
template<class T >
pqFindItem (const pqServerManagerModel *model, const QString &name)
 
template<class T >
pqFindItem (const pqServerManagerModel *model, vtkSMProxy *proxy)
 
template<class T >
pqFindItem (const pqServerManagerModel *model, vtkTypeUInt32 id)
 
template<class T >
int pqGetNumberOfItems (const pqServerManagerModel *model)
 
template<class T >
pqGetItemAtIndex (const pqServerManagerModel *model, int index)
 

Function Documentation

◆ pqFindItems() [1/2]

template<class T >
QList< T > pqFindItems ( const pqServerManagerModel model)
inline

Definition at line 373 of file pqServerManagerModel.h.

◆ pqFindItems() [2/2]

template<class T >
QList< T > pqFindItems ( const pqServerManagerModel model,
pqServer server 
)
inline

Definition at line 383 of file pqServerManagerModel.h.

◆ pqFindItem() [1/3]

template<class T >
T pqFindItem ( const pqServerManagerModel model,
const QString &  name 
)
inline

Definition at line 408 of file pqServerManagerModel.h.

◆ pqFindItem() [2/3]

template<class T >
T pqFindItem ( const pqServerManagerModel model,
vtkSMProxy proxy 
)
inline

Definition at line 393 of file pqServerManagerModel.h.

◆ pqFindItem() [3/3]

template<class T >
T pqFindItem ( const pqServerManagerModel model,
vtkTypeUInt32  id 
)
inline

Definition at line 401 of file pqServerManagerModel.h.

◆ pqGetNumberOfItems()

template<class T >
int pqGetNumberOfItems ( const pqServerManagerModel model)
inline

Definition at line 416 of file pqServerManagerModel.h.

◆ pqGetItemAtIndex()

template<class T >
T pqGetItemAtIndex ( const pqServerManagerModel model,
int  index 
)
inline

Definition at line 423 of file pqServerManagerModel.h.