|
@@ -646,14 +646,6 @@ private:
|
|
|
|
|
|
protected:
|
|
protected:
|
|
static void _bind_methods() {
|
|
static void _bind_methods() {
|
|
- ClassDB::bind_method("_browse_path", &ProjectDialog::_browse_path);
|
|
|
|
- ClassDB::bind_method("_create_folder", &ProjectDialog::_create_folder);
|
|
|
|
- ClassDB::bind_method("_text_changed", &ProjectDialog::_text_changed);
|
|
|
|
- ClassDB::bind_method("_path_text_changed", &ProjectDialog::_path_text_changed);
|
|
|
|
- ClassDB::bind_method("_path_selected", &ProjectDialog::_path_selected);
|
|
|
|
- ClassDB::bind_method("_file_selected", &ProjectDialog::_file_selected);
|
|
|
|
- ClassDB::bind_method("_install_path_selected", &ProjectDialog::_install_path_selected);
|
|
|
|
- ClassDB::bind_method("_browse_install_path", &ProjectDialog::_browse_install_path);
|
|
|
|
ADD_SIGNAL(MethodInfo("project_created"));
|
|
ADD_SIGNAL(MethodInfo("project_created"));
|
|
ADD_SIGNAL(MethodInfo("projects_updated"));
|
|
ADD_SIGNAL(MethodInfo("projects_updated"));
|
|
}
|
|
}
|