Home
last modified time | relevance | path

Searched refs:EditorInterface (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_plugin.cpp187 void EditorInterface::play_main_scene() { in play_main_scene()
191 void EditorInterface::play_current_scene() { in play_current_scene()
199 void EditorInterface::stop_playing_scene() { in stop_playing_scene()
203 bool EditorInterface::is_playing_scene() const { in is_playing_scene()
211 Node *EditorInterface::get_edited_scene_root() { in get_edited_scene_root()
270 Control *EditorInterface::get_base_control() { in get_base_control()
287 Error EditorInterface::save_scene() { in save_scene()
306 EditorInterface *EditorInterface::singleton = NULL;
312 void EditorInterface::_bind_methods() { in _bind_methods()
354 EditorInterface::EditorInterface() { in EditorInterface() function in EditorInterface
[all …]
H A Deditor_plugin.h59 class EditorInterface : public Node {
60 GDCLASS(EditorInterface, Node);
64 static EditorInterface *singleton;
69 static EditorInterface *get_singleton() { return singleton; } in get_singleton()
117 EditorInterface();
219 EditorInterface *get_editor_interface();
H A Deditor_run_script.cpp50 EditorInterface *EditorScript::get_editor_interface() { in get_editor_interface()
52 return EditorInterface::get_singleton(); in get_editor_interface()
H A Deditor_run_script.h49 EditorInterface *get_editor_interface();
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_plugin.cpp187 void EditorInterface::play_main_scene() { in play_main_scene()
191 void EditorInterface::play_current_scene() { in play_current_scene()
199 void EditorInterface::stop_playing_scene() { in stop_playing_scene()
203 bool EditorInterface::is_playing_scene() const { in is_playing_scene()
211 Node *EditorInterface::get_edited_scene_root() { in get_edited_scene_root()
270 Control *EditorInterface::get_base_control() { in get_base_control()
287 Error EditorInterface::save_scene() { in save_scene()
306 EditorInterface *EditorInterface::singleton = NULL;
312 void EditorInterface::_bind_methods() { in _bind_methods()
354 EditorInterface::EditorInterface() { in EditorInterface() function in EditorInterface
[all …]
H A Deditor_plugin.h59 class EditorInterface : public Node {
60 GDCLASS(EditorInterface, Node);
64 static EditorInterface *singleton;
69 static EditorInterface *get_singleton() { return singleton; } in get_singleton()
117 EditorInterface();
219 EditorInterface *get_editor_interface();
H A Deditor_run_script.cpp50 EditorInterface *EditorScript::get_editor_interface() { in get_editor_interface()
52 return EditorInterface::get_singleton(); in get_editor_interface()
H A Deditor_run_script.h49 EditorInterface *get_editor_interface();
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dtabmanager.h19 EditorInterface *editor;
20 QSet<EditorInterface *> editorList;
24 void setTabName(const QString &filename, EditorInterface *edt = nullptr);
27 bool save(EditorInterface *edt);
28 bool saveAs(EditorInterface *edt);
45 bool save(EditorInterface *edt, const QString path);
47 void applyAction(QObject *object, std::function<void(int, EditorInterface *)> func);
85 void setTabModified(bool, EditorInterface *);
H A Dtabmanager.cc78 editor = (EditorInterface *)tabWidget->widget(x); in tabSwitched()
120 editorList.remove((EditorInterface *)temp); in closeTabRequested()
210 …(editor, SIGNAL(modificationChanged(bool, EditorInterface *)), this, SLOT(setTabModified(bool, Edi… in createTab()
343 EditorInterface *edt = (EditorInterface *)tabWidget->widget(idx); in applyAction()
353 applyAction(QObject::sender(), [](int, EditorInterface *edt){ in copyFileName()
396 EditorInterface *edt = (EditorInterface *)tabWidget->widget(idx); in showTabHeaderContextMenu()
555 EditorInterface *edt = (EditorInterface *) tabWidget->widget(x); in maybeSave()
586 foreach (EditorInterface *edt, editorList) { in shouldClose()
630 bool TabManager::save(EditorInterface *edt) in save()
677 bool TabManager::saveAs(EditorInterface *edt) in saveAs()
[all …]
H A Deditor.h11 class EditorInterface : public QWidget
15 EditorInterface(QWidget *parent) : QWidget(parent) {} in EditorInterface() function
16 ~EditorInterface() {} in ~EditorInterface()
38 void modificationChanged(bool, EditorInterface *);
H A DMainWindow.h46 EditorInterface *customizerEditor;
55 EditorInterface *activeEditor;
143 void updateRecentFiles(EditorInterface *edt);
341 EditorInterface *renderedEditor; // stores pointer to editor which has been most recently rendered
H A Deditor.cc5 void EditorInterface::wheelEvent(QWheelEvent *event) in wheelEvent()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dtabmanager.h19 EditorInterface *editor;
20 QSet<EditorInterface *> editorList;
24 void setTabName(const QString &filename, EditorInterface *edt = nullptr);
27 bool save(EditorInterface *edt);
28 bool saveAs(EditorInterface *edt);
45 bool save(EditorInterface *edt, const QString path);
47 void applyAction(QObject *object, std::function<void(int, EditorInterface *)> func);
85 void setTabModified(bool, EditorInterface *);
H A Dtabmanager.cc78 editor = (EditorInterface *)tabWidget->widget(x); in tabSwitched()
120 editorList.remove((EditorInterface *)temp); in closeTabRequested()
210 …(editor, SIGNAL(modificationChanged(bool, EditorInterface *)), this, SLOT(setTabModified(bool, Edi… in createTab()
343 EditorInterface *edt = (EditorInterface *)tabWidget->widget(idx); in applyAction()
353 applyAction(QObject::sender(), [](int, EditorInterface *edt){ in copyFileName()
396 EditorInterface *edt = (EditorInterface *)tabWidget->widget(idx); in showTabHeaderContextMenu()
555 EditorInterface *edt = (EditorInterface *) tabWidget->widget(x); in maybeSave()
586 foreach (EditorInterface *edt, editorList) { in shouldClose()
630 bool TabManager::save(EditorInterface *edt) in save()
677 bool TabManager::saveAs(EditorInterface *edt) in saveAs()
[all …]
H A Deditor.h11 class EditorInterface : public QWidget
15 EditorInterface(QWidget *parent) : QWidget(parent) {} in EditorInterface() function
16 ~EditorInterface() {} in ~EditorInterface()
38 void modificationChanged(bool, EditorInterface *);
H A DMainWindow.h45 EditorInterface *customizerEditor;
54 EditorInterface *activeEditor;
142 void updateRecentFiles(EditorInterface *edt);
340 EditorInterface *renderedEditor; // stores pointer to editor which has been most recently rendered
H A Deditor.cc5 void EditorInterface::wheelEvent(QWheelEvent *event) in wheelEvent()
/dports/www/drupal8/drupal-8.9.20/core/modules/media/tests/src/Kernel/
H A DEditorMediaDialogTest.php6 use Drupal\editor\EditorInterface; alias
59 $editor = $this->prophesize(EditorInterface::class);
/dports/www/drupal9/drupal-9.2.10/core/modules/media/tests/src/Kernel/
H A DEditorMediaDialogTest.php6 use Drupal\editor\EditorInterface; alias
59 $editor = $this->prophesize(EditorInterface::class);
/dports/www/drupal8/drupal-8.9.20/core/modules/editor/src/Entity/
H A DEditor.php6 use Drupal\editor\EditorInterface; alias
35 class Editor extends ConfigEntityBase implements EditorInterface {
/dports/www/drupal9/drupal-9.2.10/core/modules/editor/src/Entity/
H A DEditor.php6 use Drupal\editor\EditorInterface; alias
35 class Editor extends ConfigEntityBase implements EditorInterface {
/dports/www/drupal8/drupal-8.9.20/core/modules/editor/src/
H A DEditorInterface.php10 interface EditorInterface extends ConfigEntityInterface { interface
/dports/www/drupal9/drupal-9.2.10/core/modules/editor/src/
H A DEditorInterface.php10 interface EditorInterface extends ConfigEntityInterface { interface
/dports/www/drupal8/drupal-8.9.20/core/modules/media/src/Form/
H A DEditorMediaDialog.php8 use Drupal\editor\EditorInterface; alias
83 …public function buildForm(array $form, FormStateInterface $form_state, EditorInterface $editor = N…

12