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

#include <qgsdualview.h>

Collaboration diagram for QgsAttributeTableAction:
Collaboration graph
[legend]

Public Slots

void execute ()
void featureForm ()

Public Member Functions

 QgsAttributeTableAction (const QString &name, QgsDualView *dualView, int action, const QModelIndex &fieldIdx)

Private Attributes

QgsDualViewmDualView
int mAction
QModelIndex mFieldIdx

Detailed Description

Definition at line 250 of file qgsdualview.h.

Constructor & Destructor Documentation

QgsAttributeTableAction::QgsAttributeTableAction ( const QString &  name,
QgsDualView dualView,
int  action,
const QModelIndex &  fieldIdx 
)
inline

Definition at line 255 of file qgsdualview.h.

Member Function Documentation

void QgsAttributeTableAction::execute ( )
slot
void QgsAttributeTableAction::featureForm ( )
slot

Member Data Documentation

int QgsAttributeTableAction::mAction
private

Definition at line 265 of file qgsdualview.h.

Referenced by execute().

QgsDualView* QgsAttributeTableAction::mDualView
private

Definition at line 264 of file qgsdualview.h.

Referenced by execute(), and featureForm().

QModelIndex QgsAttributeTableAction::mFieldIdx
private

Definition at line 266 of file qgsdualview.h.

Referenced by execute(), and featureForm().


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