pixelperfectengine v0.9.4-alpha.3 (2018-07-14T20:03:51Z)
Dub
Repo
IEditor
editor
Undocumented in source.
interface
IEditor {
void
onExit
();
void
newDocument
();
void
newLayer
();
void
xmpToolkit
();
void
passActionEvent
(Event e);
void
createNewDocument
(wstring name, int rX, int rY, int pal);
}
Members
Functions
createNewDocument
void
createNewDocument
(wstring name, int rX, int rY, int pal)
Undocumented in source.
newDocument
void
newDocument
()
Undocumented in source.
newLayer
void
newLayer
()
Undocumented in source.
onExit
void
onExit
()
Undocumented in source.
passActionEvent
void
passActionEvent
(Event e)
Undocumented in source.
xmpToolkit
void
xmpToolkit
()
Undocumented in source.
Meta
Source
See Implementation
editor
classes
Editor
EditorWindowHandler
NewDocumentDialog
enums
PlacementMode
interfaces
IEditor