QGIS API Documentation  2.4.0-Chugiak
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Static Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
QgsRelationEditorWidget Class Reference

#include <qgsrelationeditor.h>

Inheritance diagram for QgsRelationEditorWidget:
Inheritance graph
[legend]
Collaboration diagram for QgsRelationEditorWidget:
Collaboration graph
[legend]

Static Public Member Functions

static QgsRelationEditorWidgetcreateRelationEditor (const QgsRelation &relation, const QgsFeature &feature, QgsAttributeEditorContext context, QWidget *parent=NULL)
 

Private Slots

void onCollapsedStateChanged (bool state)
 
void referencingLayerEditingToggled ()
 
void viewModeChanged (int mode)
 
void on_mAddFeatureButton_clicked ()
 
void on_mLinkFeatureButton_clicked ()
 
void on_mDeleteFeatureButton_clicked ()
 
void on_mUnlinkFeatureButton_clicked ()
 
void on_mToggleEditingButton_toggled (bool state)
 

Private Member Functions

 QgsRelationEditorWidget (const QgsRelation &relation, const QgsFeature &feature, QgsAttributeEditorContext context, QWidget *parent=NULL)
 You should use the static method createRelationEditor. More...
 

Private Attributes

QgsDualViewmDualView
 
QgsGenericFeatureSelectionManagermFeatureSelectionMgr
 
QgsAttributeEditorContext mEditorContext
 
QgsRelation mRelation
 
QgsFeature mFeature
 

Additional Inherited Members

- Public Slots inherited from QgsCollapsibleGroupBoxBasic
void checkToggled (bool ckd)
 
void checkClicked (bool ckd)
 
void toggleCollapsed ()
 
- Signals inherited from QgsCollapsibleGroupBoxBasic
void collapsedStateChanged (bool collapsed)
 Signal emitted when groupbox collapsed/expanded state is changed, and when first shown. More...
 
- Public Member Functions inherited from QgsCollapsibleGroupBox
 QgsCollapsibleGroupBox (QWidget *parent=0, QSettings *settings=0)
 
 QgsCollapsibleGroupBox (const QString &title, QWidget *parent=0, QSettings *settings=0)
 
 ~QgsCollapsibleGroupBox ()
 
void setSettings (QSettings *settings)
 
void setSaveCollapsedState (bool save)
 set this to false to not save/restore collapsed state More...
 
void setSaveCheckedState (bool save)
 set this to true to save/restore checked state More...
 
bool saveCollapsedState ()
 
bool saveCheckedState ()
 
void setSettingGroup (const QString &group)
 set this to a defined string to share save/restore states across different parent dialogs More...
 
QString settingGroup () const
 
- Public Member Functions inherited from QgsCollapsibleGroupBoxBasic
 QgsCollapsibleGroupBoxBasic (QWidget *parent=0)
 
 QgsCollapsibleGroupBoxBasic (const QString &title, QWidget *parent=0)
 
 ~QgsCollapsibleGroupBoxBasic ()
 
bool isCollapsed () const
 
void setCollapsed (bool collapse)
 
QString syncGroup () const
 Named group which synchronizes collapsing action when triangle is clicked while holding alt modifier key. More...
 
void setSyncGroup (QString grp)
 
void setScrollOnExpand (bool scroll)
 set this to false to not automatically scroll parent QScrollArea to this widget's contents when expanded More...
 
bool scrollOnExpand ()
 
- Protected Slots inherited from QgsCollapsibleGroupBox
void loadState ()
 
void saveState ()
 
- Protected Member Functions inherited from QgsCollapsibleGroupBox
void init ()
 
void showEvent (QShowEvent *event)
 
QString saveKey () const
 
- Protected Member Functions inherited from QgsCollapsibleGroupBoxBasic
void init ()
 
void collapseExpandFixes ()
 Visual fixes for when group box is collapsed/expanded. More...
 
void showEvent (QShowEvent *event)
 
void mousePressEvent (QMouseEvent *event)
 
void mouseReleaseEvent (QMouseEvent *event)
 
void changeEvent (QEvent *event)
 
void updateStyle ()
 
QRect titleRect () const
 
void clearModifiers ()
 
- Protected Attributes inherited from QgsCollapsibleGroupBox
QPointer< QSettings > mSettings
 
bool mDelSettings
 
bool mSaveCollapsedState
 
bool mSaveCheckedState
 
QString mSettingGroup
 
- Protected Attributes inherited from QgsCollapsibleGroupBoxBasic
bool mCollapsed
 
bool mInitFlat
 
bool mInitFlatChecked
 
bool mScrollOnExpand
 
bool mShown
 
QScrollArea * mParentScrollArea
 
QgsGroupBoxCollapseButtonmCollapseButton
 
QWidget * mSyncParent
 
QString mSyncGroup
 
bool mAltDown
 
bool mShiftDown
 
bool mTitleClicked
 
- Static Protected Attributes inherited from QgsCollapsibleGroupBoxBasic
static QIcon mCollapseIcon
 
static QIcon mExpandIcon
 
- Properties inherited from QgsCollapsibleGroupBox
bool collapsed
 
bool saveCollapsedState
 
bool saveCheckedState
 
QString syncGroup
 
bool scrollOnExpand
 
- Properties inherited from QgsCollapsibleGroupBoxBasic
bool collapsed
 
QString syncGroup
 
bool scrollOnExpand
 

Detailed Description

Definition at line 31 of file qgsrelationeditor.h.

Constructor & Destructor Documentation

QgsRelationEditorWidget::QgsRelationEditorWidget ( const QgsRelation relation,
const QgsFeature feature,
QgsAttributeEditorContext  context,
QWidget *  parent = NULL 
)
private

You should use the static method createRelationEditor.

Parameters
relation
feature
context
parent

Definition at line 32 of file qgsrelationeditor.cpp.

References QgsCollapsibleGroupBoxBasic::collapsedStateChanged(), onCollapsedStateChanged(), QgsRelation::referencingLayer(), and referencingLayerEditingToggled().

Referenced by createRelationEditor().

Member Function Documentation

QgsRelationEditorWidget * QgsRelationEditorWidget::createRelationEditor ( const QgsRelation relation,
const QgsFeature feature,
QgsAttributeEditorContext  context,
QWidget *  parent = NULL 
)
static
void QgsRelationEditorWidget::on_mAddFeatureButton_clicked ( )
privateslot
void QgsRelationEditorWidget::on_mDeleteFeatureButton_clicked ( )
privateslot
void QgsRelationEditorWidget::on_mLinkFeatureButton_clicked ( )
privateslot
void QgsRelationEditorWidget::on_mToggleEditingButton_toggled ( bool  state)
privateslot
void QgsRelationEditorWidget::on_mUnlinkFeatureButton_clicked ( )
privateslot
void QgsRelationEditorWidget::onCollapsedStateChanged ( bool  state)
privateslot

Definition at line 80 of file qgsrelationeditor.cpp.

References QgsDualView::masterModel(), and mDualView.

Referenced by QgsRelationEditorWidget().

void QgsRelationEditorWidget::referencingLayerEditingToggled ( )
privateslot
void QgsRelationEditorWidget::viewModeChanged ( int  mode)
privateslot

Definition at line 99 of file qgsrelationeditor.cpp.

Referenced by createRelationEditor().

Member Data Documentation

QgsDualView* QgsRelationEditorWidget::mDualView
private
QgsAttributeEditorContext QgsRelationEditorWidget::mEditorContext
private
QgsFeature QgsRelationEditorWidget::mFeature
private
QgsGenericFeatureSelectionManager* QgsRelationEditorWidget::mFeatureSelectionMgr
private
QgsRelation QgsRelationEditorWidget::mRelation
private

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