mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-21 22:13:25 -06:00
AppFwk : Changed accessability from public to private for functions related to PdmUiTableViewDelegate
This commit is contained in:
parent
d542537113
commit
e002658dbd
@ -82,8 +82,6 @@ public:
|
||||
|
||||
void selectedUiItems(std::vector<PdmUiItem*>& objects);
|
||||
|
||||
PdmUiFieldEditorHandle* getEditor(const QModelIndex &index);
|
||||
QWidget* getEditorWidgetAndTransferOwnership(QWidget* parent, const QModelIndex &index);
|
||||
void notifyDataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight);
|
||||
|
||||
bool isRepresentingBoolean(const QModelIndex &index) const;
|
||||
@ -92,6 +90,10 @@ private:
|
||||
int getFieldIndex(PdmFieldHandle* field) const;
|
||||
void recreateTableItemEditors();
|
||||
|
||||
friend class PdmUiTableViewDelegate;
|
||||
QWidget* getEditorWidgetAndTransferOwnership(QWidget* parent, const QModelIndex &index);
|
||||
PdmUiFieldEditorHandle* getEditor(const QModelIndex &index);
|
||||
|
||||
private:
|
||||
PdmChildArrayFieldHandle* m_pdmList;
|
||||
QString m_currentConfigName;
|
||||
|
Loading…
Reference in New Issue
Block a user