|
The IceTopicFinder class queries and show all available topic registered with IceStorm. More...
#include <ArmarXGui/libraries/ArmarXGuiBase/widgets/IceProxyFinder.h>
Public Member Functions | |
QStringList | getProxyNameList (QString searchMask) const override |
IceTopicFinder (QWidget *parent=0) | |
Public Member Functions inherited from IceProxyFinderBase | |
QWidget * | getProxyNameComboBox () |
QStringList | getProxyNameListBase (QString searchMask) const |
QString | getSelectedProxyName () const |
virtual std::string | getTypedProxyName (Ice::ObjectPrx const ¤t) const |
Ui::IceProxyFinder * | getUi () |
IceProxyFinderBase (QWidget *parent=0) | |
void | setDefaultSelectedProxy (const QString &proxyName) |
void | setDefaultSelectedProxyAsItem (const QString &proxyName) |
void | setIceManager (IceManagerPtr icemanager, bool fetchProxies=true) |
void | setSearchMask (const QString &searchMask) |
void | showLabels (bool show) |
void | showSearchMaskField (bool show) |
~IceProxyFinderBase () override | |
Additional Inherited Members | |
Public Slots inherited from IceProxyFinderBase | |
void | comboBoxTextChanged (QString currentText) |
void | evaluateValidProxySelectedSignal (const QString &proxyName) |
void | triggerProxyListUpdate () |
void | updateProxyListComboBox (const QStringList &proxyList) |
Signals inherited from IceProxyFinderBase | |
void | triggerProxyListComboBoxUpdateSignal () |
void | updateProxyListComboBoxSignal (const QStringList &proxyList) |
void | validProxySelected (const QString &proxyName) |
Protected Member Functions inherited from IceProxyFinderBase | |
void | setupUi () |
void | updateProxyList () |
Protected Attributes inherited from IceProxyFinderBase | |
std::unique_ptr< Impl > | impl |
Ui::IceProxyFinder * | ui |
The IceTopicFinder class queries and show all available topic registered with IceStorm.
Definition at line 136 of file IceProxyFinder.h.
IceTopicFinder | ( | QWidget * | parent = 0 | ) |
Definition at line 270 of file IceProxyFinder.cpp.
|
overridevirtual |
Implements IceProxyFinderBase.
Definition at line 276 of file IceProxyFinder.cpp.