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

Function Documentation

◆ pqFindItems() [1/2]

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

Definition at line 396 of file pqServerManagerModel.h.

◆ pqFindItems() [2/2]

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

Definition at line 406 of file pqServerManagerModel.h.

◆ pqFindItem() [1/3]

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

Definition at line 431 of file pqServerManagerModel.h.

◆ pqFindItem() [2/3]

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

Definition at line 416 of file pqServerManagerModel.h.

◆ pqFindItem() [3/3]

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

Definition at line 424 of file pqServerManagerModel.h.

◆ pqGetNumberOfItems()

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

Definition at line 439 of file pqServerManagerModel.h.

◆ pqGetItemAtIndex()

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

Definition at line 446 of file pqServerManagerModel.h.