An interface for a window which has own local content which is not always in sync with the project. More...
Public Member Functions | |
| void | Save () |
| Save the local changes to the project. | |
Public Member Functions inherited from PluginWindow | |
| PluginWindowState | SerializeState () |
Properties | |
| bool | CanSave [get] |
| Is the window is able to save the pending changes without user interaction. | |
| bool | HasLocalUnSavedChanges [get] |
| Is the window holding changes, which are not saved to the project. | |
Properties inherited from PluginWindow | |
| string | Icon [get] |
| string | Title [get] |
Additional Inherited Members | |
Events inherited from PluginWindow | |
| EventHandler | TitleChanged |
An interface for a window which has own local content which is not always in sync with the project.
Ensure that the methods can be called from any thread.
| void Save | ( | ) |
Save the local changes to the project.
|
get |
Is the window is able to save the pending changes without user interaction.
|
get |
Is the window holding changes, which are not saved to the project.