|
|
@@ -109,7 +109,7 @@ public: |
|
|
|
void removeIdleCallback(IdleCallback* callback); |
|
|
|
|
|
|
|
/** |
|
|
|
Set the class name of the application. |
|
|
|
Get the class name of the application. |
|
|
|
|
|
|
|
This is a stable identifier for the application, used as the window class/instance name on X11 and Windows. |
|
|
|
It is not displayed to the user, but can be used in scripts and by window managers, |
|
|
@@ -117,6 +117,12 @@ public: |
|
|
|
|
|
|
|
Plugins created with DPF have their class name automatically set based on DGL_NAMESPACE and plugin name. |
|
|
|
*/ |
|
|
|
const char* getClassName() const noexcept; |
|
|
|
|
|
|
|
/** |
|
|
|
Set the class name of the application. |
|
|
|
@see getClassName |
|
|
|
*/ |
|
|
|
void setClassName(const char* name); |
|
|
|
|
|
|
|
private: |
|
|
|