#include "pqApplicationComponentsModule.h"
#include <QObject>
#include <QMap>
#include <QPointer>
#include <QString>
Go to the source code of this file.
Classes | |
class | pqProxyInfo |
Proxy meta data structure for the User Interface. More... | |
Typedefs | |
using | pqProxyInfoMap = QMap< QString, pqProxyInfo * > |
map a proxy name to its pqProxyInfo More... | |
using pqProxyInfoMap = QMap<QString, pqProxyInfo*> |
map a proxy name to its pqProxyInfo
Definition at line 100 of file pqProxyInfo.h.