#include <CParamsManagerGuiCompBase.h>
Definition at line 27 of file CParamsManagerGuiCompBase.h.
◆ BaseClass
◆ CParamsManagerGuiCompBase()
| iqtprm::CParamsManagerGuiCompBase::CParamsManagerGuiCompBase |
( |
| ) |
|
◆ AddItemsToScene()
| virtual void iqtprm::CParamsManagerGuiCompBase::AddItemsToScene |
( |
iqt2d::IViewProvider * |
providerPtr, |
|
|
int |
flags |
|
) |
| |
|
overridevirtual |
◆ AfterUpdate()
◆ CopyParamsSet()
| virtual void iqtprm::CParamsManagerGuiCompBase::CopyParamsSet |
( |
const int |
index | ) |
|
|
protectedvirtual |
Copy ParamsSet (index) to Clipboard.
If index = -1, copy all When reimplemented in MultiParamsManager, the paramsSetType should be retrieved
◆ CopyParamsSetToClipboard()
| bool iqtprm::CParamsManagerGuiCompBase::CopyParamsSetToClipboard |
( |
iser::ISerializable * |
objectPtr, |
|
|
const char * |
type |
|
) |
| const |
|
protected |
◆ EnsureParamsGuiDetached()
| void iqtprm::CParamsManagerGuiCompBase::EnsureParamsGuiDetached |
( |
| ) |
|
|
protected |
◆ GetCurrentViewExtenderPtr()
| virtual iqt2d::IViewExtender * iqtprm::CParamsManagerGuiCompBase::GetCurrentViewExtenderPtr |
( |
| ) |
const |
|
protectedvirtual |
◆ GetEditorGuiPtr()
◆ GetIndexByName()
| int iqtprm::CParamsManagerGuiCompBase::GetIndexByName |
( |
const QString & |
itemName | ) |
const |
|
protected |
◆ GetObserverPtr()
◆ GetSelectedIndex()
| int iqtprm::CParamsManagerGuiCompBase::GetSelectedIndex |
( |
| ) |
const |
|
protected |
◆ GetSelectedParamsSetTypeId()
| QByteArray iqtprm::CParamsManagerGuiCompBase::GetSelectedParamsSetTypeId |
( |
| ) |
const |
|
protected |
◆ HideInfoLabel
| void iqtprm::CParamsManagerGuiCompBase::HideInfoLabel |
( |
| ) |
|
|
protectedslot |
◆ InsertNewParamsSet()
| void iqtprm::CParamsManagerGuiCompBase::InsertNewParamsSet |
( |
int |
typeIndex = -1 | ) |
|
|
protected |
◆ on_AddButton_clicked
| void iqtprm::CParamsManagerGuiCompBase::on_AddButton_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_CopyButton_clicked
| void iqtprm::CParamsManagerGuiCompBase::on_CopyButton_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_DownButton_clicked
| void iqtprm::CParamsManagerGuiCompBase::on_DownButton_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_LoadParamsButton_clicked
| void iqtprm::CParamsManagerGuiCompBase::on_LoadParamsButton_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_ParamsComboBox_currentIndexChanged
| void iqtprm::CParamsManagerGuiCompBase::on_ParamsComboBox_currentIndexChanged |
( |
int |
index | ) |
|
|
protectedslot |
◆ on_ParamsComboBox_editTextChanged
| void iqtprm::CParamsManagerGuiCompBase::on_ParamsComboBox_editTextChanged |
( |
const QString & |
text | ) |
|
|
protectedslot |
◆ on_ParamsTree_itemChanged
| void iqtprm::CParamsManagerGuiCompBase::on_ParamsTree_itemChanged |
( |
QTreeWidgetItem * |
item, |
|
|
int |
column |
|
) |
| |
|
protectedslot |
◆ on_ParamsTree_itemSelectionChanged
| void iqtprm::CParamsManagerGuiCompBase::on_ParamsTree_itemSelectionChanged |
( |
| ) |
|
|
protectedslot |
◆ on_PasteButton_clicked
| void iqtprm::CParamsManagerGuiCompBase::on_PasteButton_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_RemoveButton_clicked
| void iqtprm::CParamsManagerGuiCompBase::on_RemoveButton_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_SaveParamsButton_clicked
| void iqtprm::CParamsManagerGuiCompBase::on_SaveParamsButton_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_UpButton_clicked
| void iqtprm::CParamsManagerGuiCompBase::on_UpButton_clicked |
( |
| ) |
|
|
protectedslot |
◆ OnAddMenuOptionClicked
| void iqtprm::CParamsManagerGuiCompBase::OnAddMenuOptionClicked |
( |
QAction * |
action | ) |
|
|
protectedslot |
◆ OnDesignSchemaChanged()
| virtual void iqtprm::CParamsManagerGuiCompBase::OnDesignSchemaChanged |
( |
const QByteArray & |
themeId | ) |
|
|
overrideprotectedvirtual |
◆ OnGuiCreated()
| virtual void iqtprm::CParamsManagerGuiCompBase::OnGuiCreated |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OnGuiModelAttached()
| virtual void iqtprm::CParamsManagerGuiCompBase::OnGuiModelAttached |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OnGuiModelDetached()
| virtual void iqtprm::CParamsManagerGuiCompBase::OnGuiModelDetached |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OnParameterSelectionChanged()
| virtual void iqtprm::CParamsManagerGuiCompBase::OnParameterSelectionChanged |
( |
| ) |
|
|
protectedvirtual |
Callback for parameter selection.
◆ OnTreeItemAdded()
| virtual void iqtprm::CParamsManagerGuiCompBase::OnTreeItemAdded |
( |
iprm::IParamsManager * |
managerPtr, |
|
|
const int |
paramSetIndex, |
|
|
const iprm::IParamsSet * |
paramsSetPtr, |
|
|
QTreeWidgetItem * |
paramsSetItemPtr |
|
) |
| |
|
inlineprotectedvirtual |
◆ PasteParamsSet()
| virtual void iqtprm::CParamsManagerGuiCompBase::PasteParamsSet |
( |
const int |
index = -1 | ) |
|
|
protectedvirtual |
Paste ParamsSet from Clipboard When reimplemented in MultiParamsManager, the paramsSetType should be retrieved.
◆ PasteParamsSetFromClipboard()
| bool iqtprm::CParamsManagerGuiCompBase::PasteParamsSetFromClipboard |
( |
iser::ISerializable * |
objectPtr, |
|
|
const char * |
type |
|
) |
| |
|
protected |
◆ RemoveItemsFromScene()
| virtual void iqtprm::CParamsManagerGuiCompBase::RemoveItemsFromScene |
( |
iqt2d::IViewProvider * |
providerPtr | ) |
|
|
overridevirtual |
◆ UpdateActions()
| void iqtprm::CParamsManagerGuiCompBase::UpdateActions |
( |
| ) |
|
|
protected |
◆ UpdateComboBox()
| void iqtprm::CParamsManagerGuiCompBase::UpdateComboBox |
( |
| ) |
|
|
protected |
◆ UpdateGui()
◆ UpdateParamsView()
| virtual void iqtprm::CParamsManagerGuiCompBase::UpdateParamsView |
( |
int |
selectedIndex | ) |
|
|
protectedvirtual |
◆ UpdateTree()
| void iqtprm::CParamsManagerGuiCompBase::UpdateTree |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: