Editor

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

ElementInfoMap
alias ElementInfoMap = LinkedHashMap!(string, ElementInfo)
Undocumented in source.

Functions

axisEvent
void axisEvent(uint id, BindingCode code, uint timestamp, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
clickEvent
void clickEvent(int x, int y, bool state)
Undocumented in source. Be warned that the author may not have intended to support it.
controllerAdded
void controllerAdded(uint ID)
Undocumented in source. Be warned that the author may not have intended to support it.
controllerRemoved
void controllerRemoved(uint ID)
Undocumented in source. Be warned that the author may not have intended to support it.
deinitElemMove
void deinitElemMove()
Undocumented in source. Be warned that the author may not have intended to support it.
deinitElemResize
void deinitElemResize()
Undocumented in source. Be warned that the author may not have intended to support it.
delElement
void delElement()
Undocumented in source. Be warned that the author may not have intended to support it.
dragEvent
void dragEvent(int x, int y, int relX, int relY, uint button)
Undocumented in source. Be warned that the author may not have intended to support it.
finalizeElemMove
void finalizeElemMove()
Undocumented in source. Be warned that the author may not have intended to support it.
finalizeElemResize
void finalizeElemResize()
Undocumented in source. Be warned that the author may not have intended to support it.
getNextName
string getNextName(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
initElemMove
void initElemMove()
Undocumented in source. Be warned that the author may not have intended to support it.
initElemResize
void initElemResize()
Undocumented in source. Be warned that the author may not have intended to support it.
keyEvent
void keyEvent(uint id, BindingCode code, uint timestamp, bool isPressed)
Undocumented in source. Be warned that the author may not have intended to support it.
menuEvent
void menuEvent(Event ev)
Undocumented in source. Be warned that the author may not have intended to support it.
onAttributeEdit
void onAttributeEdit(Event ev)
Undocumented in source. Be warned that the author may not have intended to support it.
onAttributeOpen
void onAttributeOpen(Event ev)
Undocumented in source. Be warned that the author may not have intended to support it.
onExportWindow
void onExportWindow(Event ev)
Undocumented in source. Be warned that the author may not have intended to support it.
onLoadFile
void onLoadFile(Event ev)
Undocumented in source. Be warned that the author may not have intended to support it.
onObjectListSelect
void onObjectListSelect(Event ev)
Undocumented in source. Be warned that the author may not have intended to support it.
onQuit
void onQuit()
Undocumented in source. Be warned that the author may not have intended to support it.
onSaveFileAs
void onSaveFileAs(Event ev)
Undocumented in source. Be warned that the author may not have intended to support it.
selectEvent
void selectEvent(WindowElement we)
Undocumented in source. Be warned that the author may not have intended to support it.
updateElementList
void updateElementList()
Undocumented in source. Be warned that the author may not have intended to support it.
updatePropertyList
void updatePropertyList()
Undocumented in source. Be warned that the author may not have intended to support it.
whereTheMagicHappens
void whereTheMagicHappens()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

nameBases
string[ElementType] nameBases;
Undocumented in source.

Variables

config
ConfigurationProfile config;
Undocumented in source.
dw
DummyWindow dw;
Undocumented in source.
elements
ElementInfoMap elements;
Undocumented in source.
eventStack
UndoableStack eventStack;
Undocumented in source.
ewh
WindowHandler ewh;
Undocumented in source.
inputH
InputHandler inputH;
Undocumented in source.
mainRaster
Raster mainRaster;
Undocumented in source.
mode
EditMode mode;
Undocumented in source.
moveElemOrig
Box moveElemOrig;
Undocumented in source.
outScrn
OutputScreen outScrn;
Undocumented in source.
selection
string selection;
Undocumented in source.
sprtL
SpriteLayer sprtL;
Undocumented in source.
tlw
TopLevelWindow tlw;
Undocumented in source.
typeSel
ElementType typeSel;
Undocumented in source.
x0
int x0;
y0
int y0;
Undocumented in source.

Meta