PatchSaveServer
Extends:
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Private Members | ||
private |
|
|
private |
_log: * |
|
private |
|
|
private |
_serverDate: number |
Method Summary
Public Methods | ||
public |
checkUpdated(cb: *, fromSave: boolean) |
|
public |
checkUpdatedSaveForce(updated: *) |
|
public |
|
|
public |
saveAs() |
|
public |
saveCurrentProject(cb: *, _id: *, _name: *, _force: *, _afterClone: *) |
|
public |
saveScreenshot(hires: *, cb: *) |
|
public |
setProject(proj: *) |
|
public |
setServerDate(d: *) |
|
public |
showModalTitleDialog(cb: undefined) |
Private Methods | ||
private |
_saveCurrentProject(cb: *, _id: *, _name: *, _afterClone: *) |
Public Constructors
public constructor() source
Private Members
private _currentProject: * source
private _log: * source
private _savedPatchCallback: * source
private _serverDate: number source
Public Methods
public checkUpdated(cb: *, fromSave: boolean) source
Params:
Name | Type | Attribute | Description |
cb | * | ||
fromSave | boolean |
|
public checkUpdatedSaveForce(updated: *) source
Params:
Name | Type | Attribute | Description |
updated | * |
public finishAnimations() source
public saveAs() source
public saveCurrentProject(cb: *, _id: *, _name: *, _force: *, _afterClone: *) source
Params:
Name | Type | Attribute | Description |
cb | * | ||
_id | * | ||
_name | * | ||
_force | * | ||
_afterClone | * |
public saveScreenshot(hires: *, cb: *) source
Params:
Name | Type | Attribute | Description |
hires | * | ||
cb | * |
public setProject(proj: *) source
Params:
Name | Type | Attribute | Description |
proj | * |
public setServerDate(d: *) source
Params:
Name | Type | Attribute | Description |
d | * |
public showModalTitleDialog(cb: undefined) source
Params:
Name | Type | Attribute | Description |
cb | undefined |
|
Private Methods
private _saveCurrentProject(cb: *, _id: *, _name: *, _afterClone: *) source
Params:
Name | Type | Attribute | Description |
cb | * | ||
_id | * | ||
_name | * | ||
_afterClone | * |