![]() |
NDEVR
API Documentation
|
A ConnectionDialogFactory which allows for the creation of a WebSocketConnectionDialog. More...
Public Member Functions | |
| virtual ConnectionDialog * | createConnectionDialog () const override |
| Creates a new WebSocketConnectionDialog instance. | |
| virtual bool | handlesType (const StringView &connection) const override |
| Checks whether this factory handles the given connection type string. | |
| virtual StringView | icon () const override |
| Returns the icon name associated with WebSocket connections. | |
| virtual TranslatedString | title () const override |
| Returns the user-facing title for this connection dialog type. | |
| Public Member Functions inherited from ConnectionDialogFactory | |
| virtual bool | handlesConnection (const ConnectionInfo &connection) const |
| Checks whether this factory can produce a dialog for the given connection. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from ConnectionDialogFactory | |
| static Buffer< ConnectionDialogFactory * > | ConnectionDialogFactories () |
| Returns all registered ConnectionDialogFactory instances. | |
| static void | RegisterConnectionFactory (ConnectionDialogFactory *factory) |
| Registers a connection dialog factory for use by the application. | |
| Static Protected Attributes inherited from ConnectionDialogFactory | |
| static Buffer< ConnectionDialogFactory * > | s_registered_factories |
| All registered connection dialog factories. | |
A ConnectionDialogFactory which allows for the creation of a WebSocketConnectionDialog.
Definition at line 138 of file WebSocketConnectionDialog.h.
|
overridevirtual |
Creates a new WebSocketConnectionDialog instance.
Implements ConnectionDialogFactory.
|
overridevirtual |
Checks whether this factory handles the given connection type string.
| [in] | connection | The connection type identifier to test. |
Implements ConnectionDialogFactory.
|
overridevirtual |
Returns the icon name associated with WebSocket connections.
Implements ConnectionDialogFactory.
|
overridevirtual |
Returns the user-facing title for this connection dialog type.
Implements ConnectionDialogFactory.