TwiceAsNice
2019-02-18
|
Finder dialog widget. The widget provides the functionality to search for services an select them from a table widget. Through a line edit the proxy endpoint of a service can be entered and validated. More...
#include <FinderDialog.h>
Signals | |
void | signal_connect () |
void | signal_disconnect (QString) |
void | signal_reconnect (QString) |
void | signal_connect () |
void | signal_disconnect (QString) |
void | signal_reconnect (QString) |
void | signal_connect () |
void | signal_disconnect (QString) |
void | signal_reconnect (QString) |
Public Member Functions | |
FinderDialog (QWidget *parent=0, const QString &_filt="") | |
Constructor. More... | |
std::vector< Nice::BridgeIceServicePrx > | getServices () |
Get the list of selected services from the Table widget and the line edit. More... | |
std::vector< QString > | getConnections () |
void | updateConnections () |
FinderDialog (QWidget *parent=0, const QString &_filt="") | |
Constructor. More... | |
std::vector< Nice::BridgeIceServicePrx > | getServices () |
Get the list of selected services from the Table widget and the line edit. More... | |
std::vector< QString > | getConnections () |
void | updateConnections () |
FinderDialog (QWidget *parent=0, const QString &_filt="") | |
Constructor. More... | |
std::vector< Nice::BridgeIceServicePrx > | getServices () |
Get the list of selected services from the Table widget and the line edit. More... | |
std::vector< QString > | getConnections () |
void | updateConnections () |
Private Slots | |
void | slot_newServiceRequest () |
void | slot_newServiceFound (QString _name, Ice::ObjectPrx _proxy) |
void | slot_filter (const QString &_filter) |
void | slot_finderClicked (QTableWidgetItem *item) |
void | slot_showQuickView (bool _show) |
void | slot_textFieldsChanged () |
void | slot_endpointChanged () |
void | slot_showServices () |
void | slot_checkEndpoint () |
virtual void | slot_connect () |
virtual void | slot_disconnect () |
virtual void | slot_reconnect () |
void | slot_newServiceRequest () |
void | slot_newServiceFound (QString _name, Ice::ObjectPrx _proxy) |
void | slot_filter (const QString &_filter) |
void | slot_finderClicked (QTableWidgetItem *item) |
void | slot_showQuickView (bool _show) |
void | slot_textFieldsChanged () |
void | slot_endpointChanged () |
void | slot_showServices () |
void | slot_checkEndpoint () |
virtual void | slot_connect () |
virtual void | slot_disconnect () |
virtual void | slot_reconnect () |
void | slot_newServiceRequest () |
void | slot_newServiceFound (QString _name, Ice::ObjectPrx _proxy) |
void | slot_filter (const QString &_filter) |
void | slot_finderClicked (QTableWidgetItem *item) |
void | slot_showQuickView (bool _show) |
void | slot_textFieldsChanged () |
void | slot_endpointChanged () |
void | slot_showServices () |
void | slot_checkEndpoint () |
virtual void | slot_connect () |
virtual void | slot_disconnect () |
virtual void | slot_reconnect () |
Private Attributes | |
QString | m_filt |
bool | m_quickView |
![]() | |
QGridLayout * | gridLayout_5 |
QSplitter * | splitter |
QWidget * | layoutWidget |
QGridLayout * | gridLayout_3 |
QHBoxLayout * | horizontalLayout_4 |
QPushButton * | m_multicast |
QSpacerItem * | horizontalSpacer_2 |
QHBoxLayout * | horizontalLayout_5 |
QToolButton * | FilterErase |
QLineEdit * | FilterLE |
QPushButton * | quickViewButton |
QGroupBox * | groupBox |
QGridLayout * | gridLayout_2 |
QGridLayout * | gridLayout |
QVBoxLayout * | verticalLayout |
QLabel * | label_4 |
QLabel * | label_3 |
QLineEdit * | m_endpoint |
QLineEdit * | m_name |
QHBoxLayout * | horizontalLayout_2 |
QLabel * | label_2 |
QLineEdit * | m_host |
QHBoxLayout * | horizontalLayout_3 |
QLabel * | label |
QSpinBox * | m_port |
QHBoxLayout * | horizontalLayout_7 |
QLabel * | label_6 |
QComboBox * | m_proto |
QHBoxLayout * | horizontalLayout |
QTableWidget * | m_connections |
QFrame * | line_2 |
QHBoxLayout * | horizontalLayout_6 |
QSpacerItem * | horizontalSpacer |
QPushButton * | m_reconnect |
QPushButton * | m_disconnect |
QHBoxLayout * | horizontalLayout_8 |
QSpacerItem * | horizontalSpacer_3 |
QPushButton * | m_check |
QPushButton * | m_connect |
QTableWidget * | m_finder |
QWidget * | m_quickViewW |
QGridLayout * | gridLayout_4 |
QVBoxLayout * | m_quickviewLayout |
QHBoxLayout * | horizontalLayout_9 |
QLabel * | label_5 |
QComboBox * | m_dataTypeFilt |
QuickViewWidget * | m_quickViewWidget |
Additional Inherited Members | |
![]() | |
void | setupUi (QDialog *FinderDialogUI) |
void | retranslateUi (QDialog *FinderDialogUI) |
Finder dialog widget. The widget provides the functionality to search for services an select them from a table widget. Through a line edit the proxy endpoint of a service can be entered and validated.
FinderDialog::FinderDialog | ( | QWidget * | parent = 0 , |
const QString & | _filt = "" |
||
) |
Constructor.
parent | Parent widget. |
_filt | Set at string filter for service names. Only services which include the filter string will be displayed. |
FinderDialog::FinderDialog | ( | QWidget * | parent = 0 , |
const QString & | _filt = "" |
||
) |
Constructor.
parent | Parent widget. |
_filt | Set at string filter for service names. Only services which include the filter string will be displayed. |
FinderDialog::FinderDialog | ( | QWidget * | parent = 0 , |
const QString & | _filt = "" |
||
) |
Constructor.
parent | Parent widget. |
_filt | Set at string filter for service names. Only services which include the filter string will be displayed. |
std::vector< QString > FinderDialog::getConnections | ( | ) |
std::vector<QString> FinderDialog::getConnections | ( | ) |
std::vector<QString> FinderDialog::getConnections | ( | ) |
std::vector<Nice::BridgeIceServicePrx> FinderDialog::getServices | ( | ) |
Get the list of selected services from the Table widget and the line edit.
std::vector<Nice::BridgeIceServicePrx> FinderDialog::getServices | ( | ) |
Get the list of selected services from the Table widget and the line edit.
std::vector< Nice::BridgeIceServicePrx > FinderDialog::getServices | ( | ) |
Get the list of selected services from the Table widget and the line edit.
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
privateslot |
|
privateslot |
|
privateslot |
|
privatevirtualslot |
|
privatevirtualslot |
|
privatevirtualslot |
|
privatevirtualslot |
|
privatevirtualslot |
|
privatevirtualslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privatevirtualslot |
|
privatevirtualslot |
|
privatevirtualslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
void FinderDialog::updateConnections | ( | ) |
void FinderDialog::updateConnections | ( | ) |
void FinderDialog::updateConnections | ( | ) |
|
private |
|
private |