The IceProxyFinderBase class provides a convenient way to query online proxies in the ice network, i.e. registered with IceGrid.
More...
#include <ArmarXGui/libraries/ArmarXGuiBase/widgets/IceProxyFinder.h>
|
std::unique_ptr< Impl > | impl |
|
Ui::IceProxyFinder * | ui |
|
The IceProxyFinderBase class provides a convenient way to query online proxies in the ice network, i.e. registered with IceGrid.
This is just the non-template base class. For the real implementation refer to armarx::IceProxyFinder and armarx::IceTopicFinder.
The selected proxy name can be queried with getSelectedProxyName().
Definition at line 53 of file IceProxyFinder.h.
◆ IceProxyFinderBase()
◆ ~IceProxyFinderBase()
◆ comboBoxTextChanged
void comboBoxTextChanged |
( |
QString |
currentText | ) |
|
|
slot |
◆ evaluateValidProxySelectedSignal
void evaluateValidProxySelectedSignal |
( |
const QString & |
proxyName | ) |
|
|
slot |
◆ getProxyNameComboBox()
QWidget * getProxyNameComboBox |
( |
| ) |
|
◆ getProxyNameList()
virtual QStringList getProxyNameList |
( |
QString |
searchMask | ) |
const |
|
pure virtual |
◆ getProxyNameListBase()
QStringList getProxyNameListBase |
( |
QString |
searchMask | ) |
const |
◆ getSelectedProxyName()
QString getSelectedProxyName |
( |
| ) |
const |
◆ getTypedProxyName()
virtual std::string getTypedProxyName |
( |
Ice::ObjectPrx const & |
current | ) |
const |
|
inlinevirtual |
◆ getUi()
Ui::IceProxyFinder * getUi |
( |
| ) |
|
◆ setDefaultSelectedProxy()
void setDefaultSelectedProxy |
( |
const QString & |
proxyName | ) |
|
◆ setDefaultSelectedProxyAsItem()
void setDefaultSelectedProxyAsItem |
( |
const QString & |
proxyName | ) |
|
◆ setIceManager()
void setIceManager |
( |
IceManagerPtr |
icemanager, |
|
|
bool |
fetchProxies = true |
|
) |
| |
◆ setSearchMask()
void setSearchMask |
( |
const QString & |
searchMask | ) |
|
◆ setupUi()
◆ showLabels()
void showLabels |
( |
bool |
show | ) |
|
◆ showSearchMaskField()
void showSearchMaskField |
( |
bool |
show | ) |
|
◆ triggerProxyListComboBoxUpdateSignal
void triggerProxyListComboBoxUpdateSignal |
( |
| ) |
|
|
signal |
◆ triggerProxyListUpdate
void triggerProxyListUpdate |
( |
| ) |
|
|
slot |
◆ updateProxyList()
◆ updateProxyListComboBox
void updateProxyListComboBox |
( |
const QStringList & |
proxyList | ) |
|
|
slot |
◆ updateProxyListComboBoxSignal
void updateProxyListComboBoxSignal |
( |
const QStringList & |
proxyList | ) |
|
|
signal |
◆ validProxySelected
void validProxySelected |
( |
const QString & |
proxyName | ) |
|
|
signal |
◆ impl
std::unique_ptr<Impl> impl |
|
protected |
◆ ui
The documentation for this class was generated from the following files: