QElectroTech  0.8-dev
Public Member Functions | Protected Attributes | Private Attributes | List of all members
PropertiesEditorDockWidget Class Reference

#include <propertieseditordockwidget.h>

Inheritance diagram for PropertiesEditorDockWidget:
Inheritance graph
Collaboration diagram for PropertiesEditorDockWidget:
Collaboration graph

Public Member Functions

 PropertiesEditorDockWidget (QWidget *parent=nullptr)
 PropertiesEditorDockWidget::PropertiesEditorDockWidget Constructor. More...
 
 ~PropertiesEditorDockWidget () override
 PropertiesEditorDockWidget::~PropertiesEditorDockWidget Destructor. More...
 
virtual void clear ()
 PropertiesEditorDockWidget::clear Remove all editor present in this dock and delete it. They also disabled the button box at the bottom of this dock. More...
 
virtual void apply ()
 PropertiesEditorDockWidget::apply Call the apply method for each editor present in this dock. More...
 
virtual void reset ()
 PropertiesEditorDockWidget::reset Call the reset method for each editor present in this widget. More...
 
bool addEditor (PropertiesEditorWidget *editor, int index=0)
 PropertiesEditorDockWidget::addEditor Add an editor in this dock at index in the main vertical layout (note the button box are displayed at bottom of this layout by default) When an editor is added, we enable the button box. More...
 
QList< PropertiesEditorWidget * > editors () const
 PropertiesEditorDockWidget::editors. More...
 
bool removeEditor (PropertiesEditorWidget *editor)
 PropertiesEditorDockWidget::removeEditor Remove editor from this dock. The editor wasn't delete a the end of this method If the editor was the last on this widget, we disabled the button box. More...
 

Protected Attributes

QList< PropertiesEditorWidget * > m_editor_list
 

Private Attributes

Ui::PropertiesEditorDockWidget * ui
 

Constructor & Destructor Documentation

◆ PropertiesEditorDockWidget()

PropertiesEditorDockWidget::PropertiesEditorDockWidget ( QWidget *  parent = nullptr)
explicit

PropertiesEditorDockWidget::PropertiesEditorDockWidget Constructor.

Parameters
parent: parent widget

◆ ~PropertiesEditorDockWidget()

PropertiesEditorDockWidget::~PropertiesEditorDockWidget ( )
override

PropertiesEditorDockWidget::~PropertiesEditorDockWidget Destructor.

Here is the call graph for this function:

Member Function Documentation

◆ addEditor()

bool PropertiesEditorDockWidget::addEditor ( PropertiesEditorWidget editor,
int  index = 0 
)

PropertiesEditorDockWidget::addEditor Add an editor in this dock at index in the main vertical layout (note the button box are displayed at bottom of this layout by default) When an editor is added, we enable the button box.

Parameters
editor: editor to add;
index: index of editor in the layout
Returns
true if was added (or already add) or false if can't be add (editor = nullptr)
Here is the caller graph for this function:

◆ apply()

void PropertiesEditorDockWidget::apply ( )
virtual

PropertiesEditorDockWidget::apply Call the apply method for each editor present in this dock.

Here is the call graph for this function:

◆ clear()

void PropertiesEditorDockWidget::clear ( )
virtual

PropertiesEditorDockWidget::clear Remove all editor present in this dock and delete it. They also disabled the button box at the bottom of this dock.

Here is the caller graph for this function:

◆ editors()

QList< PropertiesEditorWidget * > PropertiesEditorDockWidget::editors ( ) const

PropertiesEditorDockWidget::editors.

Returns
all editor used in this dock
Here is the caller graph for this function:

◆ removeEditor()

bool PropertiesEditorDockWidget::removeEditor ( PropertiesEditorWidget editor)

PropertiesEditorDockWidget::removeEditor Remove editor from this dock. The editor wasn't delete a the end of this method If the editor was the last on this widget, we disabled the button box.

Parameters
editor: editor to remove
Returns
true on success, else false
Here is the caller graph for this function:

◆ reset()

void PropertiesEditorDockWidget::reset ( )
virtual

PropertiesEditorDockWidget::reset Call the reset method for each editor present in this widget.

Here is the call graph for this function:

Member Data Documentation

◆ m_editor_list

QList<PropertiesEditorWidget *> PropertiesEditorDockWidget::m_editor_list
protected

◆ ui

Ui::PropertiesEditorDockWidget* PropertiesEditorDockWidget::ui
private

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