#include <kgameconnectdialog.h>
Collaboration diagram for KGameConnectWidget:

Signals | |
| void | signalNetworkSetup () |
| void | signalServerTypeChanged (int) |
Public Member Functions | |
| KGameConnectWidget (QWidget *parent) | |
| virtual | ~KGameConnectWidget () |
| void | setHost (const QString &host) |
| QString | host () const |
| void | setPort (unsigned short int port) |
| unsigned short int | port () const |
| void | setDefault (int state) |
| Specifies which state is the default (0 = server game; 1 = join game). | |
| void | setType (const QString &type) |
| Sets DNS-SD service type, both for publishing and browsing. | |
| QString | type () const |
| void | setName (const QString &name) |
| Set game name for publishing. | |
| QString | gameName () const |
Protected Slots | |
| void | slotTypeChanged (int) |
| The type has changed, ie the user switched between creating or joining. | |
| void | slotGamesFound () |
| void | slotGameSelected (int) |
Definition at line 29 of file kgameconnectdialog.h.
|
|
|
Definition at line 157 of file kgameconnectdialog.cpp. References KGameConnectWidgetPrivate::mBrowser. |
|
|
Definition at line 138 of file kgameconnectdialog.cpp. References KGameConnectWidgetPrivate::mServerName. Referenced by KGameDialogNetworkConfig::slotInitConnection(). |
|
|
Definition at line 163 of file kgameconnectdialog.cpp. References KGameConnectWidgetPrivate::mHost. Referenced by KGameConnectDialog::host(), and KGameDialogNetworkConfig::slotInitConnection(). |
|
|
Definition at line 172 of file kgameconnectdialog.cpp. References KGameConnectWidgetPrivate::mPort. Referenced by KGameConnectDialog::port(), and KGameDialogNetworkConfig::slotInitConnection(). |
|
|
Specifies which state is the default (0 = server game; 1 = join game).
Definition at line 187 of file kgameconnectdialog.cpp. References KGameConnectWidgetPrivate::mButtonGroup, and slotTypeChanged(). Referenced by KGameConnectDialog::setDefault(), and KGameDialogNetworkConfig::setDefaultNetworkInfo(). |
|
|
Definition at line 177 of file kgameconnectdialog.cpp. References KGameConnectWidgetPrivate::mHost. Referenced by KGameDialogNetworkConfig::setDefaultNetworkInfo(), and KGameConnectDialog::setHost(). |
|
|
Set game name for publishing.
Definition at line 133 of file kgameconnectdialog.cpp. References KGameConnectWidgetPrivate::mServerName. Referenced by KGameDialogNetworkConfig::setDiscoveryInfo(). |
|
|
Definition at line 182 of file kgameconnectdialog.cpp. References KGameConnectWidgetPrivate::mPort. Referenced by KGameDialogNetworkConfig::setDefaultNetworkInfo(), and KGameConnectDialog::setPort(). |
|
|
Sets DNS-SD service type, both for publishing and browsing.
Definition at line 110 of file kgameconnectdialog.cpp. References KGameConnectWidgetPrivate::mBrowser, KGameConnectWidgetPrivate::mType, and slotGamesFound(). Referenced by KGameDialogNetworkConfig::setDiscoveryInfo(). |
|
|
Referenced by KGameConnectWidget(). |
|
|
Referenced by slotTypeChanged(). |
|
|
Definition at line 148 of file kgameconnectdialog.cpp. References KGameConnectWidgetPrivate::mBrowser, KGameConnectWidgetPrivate::mHost, and KGameConnectWidgetPrivate::mPort. Referenced by KGameConnectWidget(), and slotGamesFound(). |
|
|
Definition at line 120 of file kgameconnectdialog.cpp. References KGameConnectWidgetPrivate::mBrowser, KGameConnectWidgetPrivate::mClientName, and slotGameSelected(). Referenced by setType(). |
|
|
The type has changed, ie the user switched between creating or joining.
Definition at line 193 of file kgameconnectdialog.cpp. References KGameConnectWidgetPrivate::mHost, and signalServerTypeChanged(). Referenced by KGameConnectWidget(), and setDefault(). |
|
|
Definition at line 143 of file kgameconnectdialog.cpp. References KGameConnectWidgetPrivate::mType. Referenced by KGameDialogNetworkConfig::slotInitConnection(). |
1.4.6