![]() |
The SessionChangeNotifier JavaScript class. Execute client code upon session change events. More...
Public Slots | |
void | disconnectAll () |
Disconnect all signals, to stop callback invocation. More... | |
Signals | |
void | saveSuccessful () |
Signal emitted when the project has been saved. More... | |
Public Member Functions | |
SessionChangeNotifier (QObject parent) | |
Create a new SessionChangeNotifier. More... | |
The SessionChangeNotifier JavaScript class. Execute client code upon session change events.
User can connect a function to any available signal from this class. Once a function is connected to a signal, the client code will be executed when the specific event is triggered in the session, until the parent object is destroyed.
SessionChangeNotifier::SessionChangeNotifier | ( | QObject | parent | ) |
Create a new SessionChangeNotifier.
parent | The parent object, controlling the newly created object life duration. |
|
slot |
Disconnect all signals, to stop callback invocation.
|
signal |
Signal emitted when the project has been saved.