- _browseClassInTree
void _browseClassInTree()
- _browsePath
void _browsePath(bool arg0, bool arg1)
- _builtInPressed
void _builtInPressed()
- _classNameChanged
void _classNameChanged(String arg0)
- _create
void _create()
- _fileSelected
void _fileSelected(String arg0)
- _langChanged
void _langChanged(long arg0)
- _parentNameChanged
void _parentNameChanged(String arg0)
- _pathChanged
void _pathChanged(String arg0)
- _pathEntered
void _pathEntered(String arg0)
- _pathHboxSorted
void _pathHboxSorted()
- _templateChanged
void _templateChanged(long arg0)
- config
void config(String inherits, String path, bool built_in_enabled, bool load_enabled)
Prefills required fields to configure the ScriptCreateDialog for use.
- opAssign
typeof(null) opAssign(typeof(null) n)
- opEquals
bool opEquals(ScriptCreateDialog other)
- opEquals
bool opEquals(typeof(null) n)
- toHash
size_t toHash()
The Editor's popup dialog for creating new Script files.
The ScriptCreateDialog creates script files according to a given template for a given scripting language. The standard use is to configure its fields prior to calling one of the Popup.popup methods.