![]() |
API Documentation
|
A popup Editor dialog for showing options or information related to Project model objects. This dialog is shown when the user first creates a project and can be accessed from the top of the SceneTree widget. More...
#include <ProjectEditor.h>
Public Slots | |
| void | fileChoosen () |
| void | workingDirectory () |
Public Member Functions | |
| ProjectEditor (const DynamicPointer< QTDesignObject > &project, QWidget *parent=nullptr) | |
| virtual void | updateValues () override |
| virtual | ~ProjectEditor () |
Public Member Functions inherited from Editor | |
| virtual bool | allowDocking () const |
| virtual Buffer< QWidget * > | bottomOptions () |
| virtual String | customDialogIcon () const |
| virtual TranslatedString | customDialogTitle () const |
| Editor (const DynamicPointer< QTDesignObject > &object, QWidget *parent=nullptr) | |
| Editor (QWidget *parent=nullptr) | |
| virtual bool | isBusy () const |
| virtual InterfaceOrientationController * | orientationController () const |
| virtual Buffer< QWidget * > | printableWidgetOptions () |
| virtual Buffer< QWidget * > | printableWidgets () |
| virtual void | requestScrollEnabled (bool enabled) |
| virtual void | setHorizontal (bool horizontal) |
| virtual void | setTarget (const DynamicPointer< QTDesignObject > &object) |
| virtual void | setup (DesignObjectDialog *, const ShowPropertiesSettings &) |
| const DynamicPointer< QTDesignObject > & | target () const |
Protected Member Functions | |
| virtual bool | fullscreenTouch () const override |
| void | hideFileChooser () |
| bool | willOverrideExisting (const String &folder_name, const String &project_name) |
Static Protected Member Functions | |
| static File | getFileName (const String &folder_name, const String &project_name) |
| static String | getProjectName (const String &project_name) |
Protected Attributes | |
| FileChooserDialog * | m_file_chooser_dialog |
| Ui::ProjectUI * | ui |
Protected Attributes inherited from Editor | |
| DynamicPointer< QTDesignObject > | m_design_object |
| InterfaceOrientationController * | m_orientation_controller |
Additional Inherited Members | |
Signals inherited from Editor | |
| void | isBusyStatusChanged () |
| void | objectUpdatedSignal () |
Protected Slots inherited from Editor | |
| void | onDesignObjectUpdateSlot () |
A popup Editor dialog for showing options or information related to Project model objects. This dialog is shown when the user first creates a project and can be accessed from the top of the SceneTree widget.
| ProjectEditor | ( | const DynamicPointer< QTDesignObject > & | project, |
| QWidget * | parent = nullptr ) |
|
virtual |
|
slot |
|
inlineoverrideprotectedvirtual |
Reimplemented from Editor.
|
protected |
|
overridevirtual |
Implements Editor.
|
slot |
|
protected |
|
protected |