API Documentation
Loading...
Searching...
No Matches
ProjectEditor Class Reference

#include <ProjectEditor.h>

Inheritance diagram for ProjectEditor:
[legend]
Collaboration diagram for ProjectEditor:
[legend]

Public Slots

void workingDirectory ()
 
void fileChoosen ()
 

Public Member Functions

 ProjectEditor (const DynamicPointer< QTDesignObject > &project, QWidget *parent=nullptr)
 
virtual ~ProjectEditor ()
 
virtual void updateValues () override
 
- Public Member Functions inherited from Editor
 Editor (QWidget *parent=nullptr)
 
 Editor (const DynamicPointer< QTDesignObject > &object, QWidget *parent=nullptr)
 
virtual bool allowDocking () const
 
virtual TranslatedString customDialogTitle () const
 
virtual String customDialogIcon () const
 
virtual InterfaceOrientationControllerorientationController () const
 
virtual Buffer< QWidget * > printableWidgets ()
 
virtual Buffer< QWidget * > printableWidgetOptions ()
 
virtual Buffer< QWidget * > bottomOptions ()
 
virtual void setTarget (const DynamicPointer< QTDesignObject > &object)
 
virtual void setHorizontal (bool horizontal)
 
virtual void requestScrollEnabled (bool enabled)
 
const DynamicPointer< QTDesignObject > & target () const
 
virtual void setup (DesignObjectDialog *, const ShowPropertiesSettings &)
 
virtual bool isBusy () const
 

Protected Member Functions

void hideFileChooser ()
 
bool willOverrideExisting (const String &folder_name, const String &project_name)
 
virtual bool fullscreenTouch () const override
 

Static Protected Member Functions

static File getFileName (const String &folder_name, const String &project_name)
 
static String getProjectName (const String &project_name)
 

Protected Attributes

FileChooserDialogm_file_chooser_dialog
 
Ui::ProjectUI * ui
 
- Protected Attributes inherited from Editor
InterfaceOrientationControllerm_orientation_controller
 
DynamicPointer< QTDesignObjectm_design_object
 

Additional Inherited Members

- Signals inherited from Editor
void objectUpdatedSignal ()
 
void isBusyStatusChanged ()
 
- Protected Slots inherited from Editor
void onDesignObjectUpdateSlot ()
 

Constructor & Destructor Documentation

◆ ProjectEditor()

ProjectEditor ( const DynamicPointer< QTDesignObject > & project,
QWidget * parent = nullptr )

◆ ~ProjectEditor()

~ProjectEditor ( )
virtual

Member Function Documentation

◆ fileChoosen

void fileChoosen ( )
slot

◆ fullscreenTouch()

virtual bool fullscreenTouch ( ) const
inlineoverrideprotectedvirtual

Reimplemented from Editor.

◆ getFileName()

File getFileName ( const String & folder_name,
const String & project_name )
staticprotected

◆ getProjectName()

String getProjectName ( const String & project_name)
staticprotected

◆ hideFileChooser()

void hideFileChooser ( )
protected

◆ updateValues()

void updateValues ( )
overridevirtual

Implements Editor.

◆ willOverrideExisting()

bool willOverrideExisting ( const String & folder_name,
const String & project_name )
protected

◆ workingDirectory

void workingDirectory ( )
slot

Member Data Documentation

◆ m_file_chooser_dialog

FileChooserDialog* m_file_chooser_dialog
protected

◆ ui

Ui::ProjectUI* ui
protected

The documentation for this class was generated from the following files: