![]() |
NDEVR
API Documentation
|
A ConnectionDialog that allows the user to modify a Bluetooth connection. More...
Public Member Functions | |
| virtual ConnectionDialog * | createConnectionDialog () const override |
| Creates a new BluetoothConnectionDialog 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 Bluetooth connections. | |
| virtual TranslatedString | title () const override |
| Returns the display title for Bluetooth connections. | |
| 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 ConnectionDialog that allows the user to modify a Bluetooth connection.
A ConnectionDialogFactory which enables the creation of a BluetoothConnectionDialog
Definition at line 144 of file BluetoothConnectionDialog.h.
|
overridevirtual |
Creates a new BluetoothConnectionDialog instance.
Implements ConnectionDialogFactory.
|
overridevirtual |
Checks whether this factory handles the given connection type string.
| [in] | connection | The connection type identifier to check. |
Implements ConnectionDialogFactory.
|
overridevirtual |
Returns the icon name associated with Bluetooth connections.
Implements ConnectionDialogFactory.
|
overridevirtual |
Returns the display title for Bluetooth connections.
Implements ConnectionDialogFactory.