creator.io

Undocumented in source.

Modules

imageexport
module creator.io.imageexport
Undocumented in source.
inpexport
module creator.io.inpexport
Undocumented in source.
psd
module creator.io.psd
Undocumented in source.
videoexport
module creator.io.videoexport
Undocumented in source.

Public Imports

creator.io.psd
public import creator.io.psd;
Undocumented in source.
creator.io.inpexport
public import creator.io.inpexport;
Undocumented in source.
creator.io.videoexport
public import creator.io.videoexport;
Undocumented in source.
creator.io.imageexport
public import creator.io.imageexport;
Undocumented in source.

Members

Functions

incShowImportDialog
string incShowImportDialog(const(TFD_Filter)[] filters)
Undocumented in source. Be warned that the author may not have intended to support it.
incShowOpenDialog
string incShowOpenDialog(const(TFD_Filter)[] filters, string title)
Undocumented in source. Be warned that the author may not have intended to support it.
incShowOpenFolderDialog
string incShowOpenFolderDialog(string title)
Undocumented in source. Be warned that the author may not have intended to support it.
incShowSaveDialog
string incShowSaveDialog(const(TFD_Filter)[] filters, string fname, string title)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

TFD_Filter (from tinyfiledialogs)
public import tinyfiledialogs : TFD_Filter;
Undocumented in source.

Meta