QGIS API Documentation
2.2.0-Valmiera
|
#include <qgsattributeeditor.h>
Public Slots | |
void | selectFileName () |
void | selectDate () |
void | loadUrl (const QString &) |
void | loadPixmap (const QString &) |
void | updateUrl () |
void | openUrl () |
void | updateColor () |
Public Member Functions | |
QgsAttributeEditor (QObject *parent, QgsVectorLayer *vl=0, int idx=-1) |
Static Public Member Functions | |
static QWidget * | createAttributeEditor (QWidget *parent, QWidget *editor, QgsVectorLayer *vl, int idx, const QVariant &value, QMap< int, QWidget * > &proxyWidgets) |
Creates or prepares a attribute editor widget. | |
static QWidget * | createAttributeEditor (QWidget *parent, QWidget *editor, QgsVectorLayer *vl, int idx, const QVariant &value) |
Creates or prepares a attribute editor widget. | |
static QWidget * | createAttributeEditor (QWidget *parent, QWidget *editor, QgsVectorLayer *vl, int idx, const QVariant &value, QgsAttributeEditorContext &context) |
Creates or prepares a attribute editor widget. | |
static QWidget * | createWidgetFromDef (const QgsAttributeEditorElement *widgetDef, QWidget *parent, QgsVectorLayer *vl, const QgsFeature &feat, QgsAttributeEditorContext &context, QString &labelText, bool &labelOnTop) |
Creates a widget form a QgsAttributeEditorElement definition. | |
static bool | retrieveValue (QWidget *widget, QgsVectorLayer *vl, int idx, QVariant &value) |
static bool | setValue (QWidget *widget, QgsVectorLayer *vl, int idx, const QVariant &value) |
Static Private Member Functions | |
static QComboBox * | comboBox (QWidget *editor, QWidget *parent) |
static QListWidget * | listWidget (QWidget *editor, QWidget *parent) |
static QgsDualView * | dualView (QWidget *editor, QWidget *parent) |
Private Attributes | |
QgsVectorLayer * | mLayer |
int | mIdx |
Definition at line 39 of file qgsattributeeditor.h.
|
inline |
Definition at line 44 of file qgsattributeeditor.h.
Referenced by createAttributeEditor().
|
staticprivate |
Definition at line 253 of file qgsattributeeditor.cpp.
Referenced by createAttributeEditor().
|
static |
Creates or prepares a attribute editor widget.
parent | The parent object |
editor | The widget to prepare. Set to null if it should be generated |
vl | The vector layer to use as data source |
idx | The field index this widget refers to |
value | the value to initiate this widget with |
proxyWidgets | an array of widgets, which will act as a value proxy if the same field is inserted multiple times |
Definition at line 283 of file qgsattributeeditor.cpp.
References QgsAttributeEditorContext::addProxyWidgets().
Referenced by createAttributeEditor(), QgsFormAnnotationItem::createDesignerWidget(), QgsAttributeTableDelegate::createEditor(), createWidgetFromDef(), and QgsAttributeDialog::init().
|
static |
Creates or prepares a attribute editor widget.
parent | The parent object |
editor | The widget to prepare. Set to null if it should be generated |
vl | The vector layer to use as data source |
idx | The field index this widget refers to |
value | the value to initiate this widget with |
Definition at line 275 of file qgsattributeeditor.cpp.
References QgsAttributeEditorContext::addProxyWidgets(), and createAttributeEditor().
|
static |
Creates or prepares a attribute editor widget.
parent | The parent object |
editor | The widget to prepare. Set to null if it should be generated |
vl | The vector layer to use as data source |
idx | The field index this widget refers to |
value | the value to initiate this widget with |
context | the context used for the created attribute editor |
Definition at line 291 of file qgsattributeeditor.cpp.
References QgsAttributeEditorContext::addProxyWidget(), QgsStringRelay::appendProxy(), QgsFeature::attribute(), QgsVectorLayer::Calendar, QgsCategorizedSymbolRendererV2::categories(), QgsVectorLayer::CheckBox, QgsVectorLayer::Classification, QgsVectorLayer::Color, comboBox(), QgsVectorLayer::dataProvider(), QgsVectorLayer::dateFormat(), QgsVectorLayer::DialRange, QgsVectorLayer::EditorWidgetV2, QgsVectorLayer::editorWidgetV2(), QgsVectorLayer::editorWidgetV2Config(), QgsVectorLayer::EditRange, QgsVectorLayer::editType(), QgsVectorLayer::Enumeration, QgsVectorDataProvider::enumValues(), QgsExpression::evaluate(), QgsVectorLayer::fieldNameIndex(), QgsVectorLayer::FileName, QgsVectorLayer::getFeatures(), QgsExpression::hasParserError(), QgsVectorLayer::Hidden, QgsVectorLayer::Immutable, QgsMapLayerRegistry::instance(), QgsNetworkAccessManager::instance(), QgsVectorLayer::LineEdit, listWidget(), loadPixmap(), loadUrl(), QgsVectorLayer::ValueRelationData::mAllowMulti, QgsVectorLayer::ValueRelationData::mAllowNull, QgsMapLayerRegistry::mapLayer(), MathUtils::max(), QgsVectorLayer::ValueRelationData::mFilterExpression, MathUtils::min(), QgsVectorLayer::ValueRelationData::mKey, QgsVectorLayer::ValueRelationData::mLayer, QgsVectorLayer::RangeData::mMax, QgsVectorLayer::RangeData::mMin, QgsVectorLayer::ValueRelationData::mOrderByValue, QgsVectorLayer::RangeData::mStep, QgsVectorLayer::ValueRelationData::mValue, QgsExpression::needsGeometry(), QgsFeatureIterator::nextFeature(), QgsFeatureRequest::NoFlags, QgsFeatureRequest::NoGeometry, openUrl(), QgsVectorLayer::pendingFields(), QgsVectorLayer::Photo, QgsExpression::prepare(), QgsAttributeEditorContext::proxyWidget(), QgsAttributeEditor(), QgsVectorLayer::range(), QgsExpression::referencedColumns(), QgsVectorLayer::rendererV2(), selectDate(), selectFileName(), setValue(), size, QgsVectorLayer::SliderRange, QgsVectorLayer::TextEdit, tr, QgsField::type(), QgsVectorDataProvider::uniqueValues(), QgsVectorLayer::UniqueValues, QgsVectorLayer::UniqueValuesEditable, updateColor(), updateUrl(), QgsVectorLayer::UuidGenerator, QgsVectorLayer::ValueMap, QgsVectorLayer::valueMap(), QgsVectorLayer::ValueRelation, QgsVectorLayer::valueRelation(), QgsVectorLayer::WebView, and QgsVectorLayer::widgetSize().
|
static |
Creates a widget form a QgsAttributeEditorElement definition.
Will recursively generate containers and widgets.
widgetDef | The definition for the widget | |
parent | The parent object | |
vl | The vector layer to use as data source | |
feat | The feature to create the widget for | |
context | the context used for the created attribute editor | |
[out] | labelText | An optional label text will be written into the referenced QString. It will be set to a QString::null value if no label should be shown |
[out] | labelOnTop | Will be set to true if the label should be placed on top of the field. If set to false, the label should be shown left or right of the field |
Definition at line 1385 of file qgsattributeeditor.cpp.
References QgsAttributeEditorElement::AeTypeContainer, QgsAttributeEditorElement::AeTypeField, QgsAttributeEditorElement::AeTypeRelation, QgsVectorLayer::attributeDisplayName(), QgsFeature::attributes(), QgsAttributeEditorContainer::children(), createAttributeEditor(), QgsRelationEditorWidget::createRelationEditor(), QgsVectorLayer::editType(), QgsVectorLayer::fieldEditable(), QgsAttributeEditorField::idx(), QgsVectorLayer::Immutable, index, QgsVectorLayer::isEditable(), QgsAttributeEditorContainer::isGroupBox(), QgsVectorLayer::labelOnTop(), QgsAttributeEditorElement::name(), QgsVectorLayer::Photo, QgsDebugMsg, QgsAttributeEditorRelation::relation(), tr, QgsAttributeEditorElement::type(), and QgsVectorLayer::WebView.
Referenced by QgsAttributeDialog::init().
|
staticprivate |
|
staticprivate |
Definition at line 264 of file qgsattributeeditor.cpp.
Referenced by createAttributeEditor().
|
slot |
Definition at line 143 of file qgsattributeeditor.cpp.
References mIdx, mLayer, size, and QgsVectorLayer::widgetSize().
Referenced by createAttributeEditor().
|
slot |
Definition at line 126 of file qgsattributeeditor.cpp.
Referenced by createAttributeEditor().
|
slot |
Definition at line 200 of file qgsattributeeditor.cpp.
Referenced by createAttributeEditor().
|
static |
Definition at line 943 of file qgsattributeeditor.cpp.
References QgsVectorLayer::checkedState(), QgsVectorLayer::Classification, QgsVectorLayer::dateFormat(), QgsVectorLayer::editType(), QgsVectorLayer::pendingFields(), QgsField::type(), QgsVectorLayer::UniqueValues, QgsVectorLayer::ValueMap, and QgsVectorLayer::ValueRelation.
Referenced by QgsAttributeDialog::accept(), and QgsAttributeTableDelegate::setModelData().
|
slot |
Definition at line 84 of file qgsattributeeditor.cpp.
References QgsFieldValidator::dateFormat(), and tr.
Referenced by createAttributeEditor().
|
slot |
Definition at line 63 of file qgsattributeeditor.cpp.
References tr.
Referenced by createAttributeEditor().
|
static |
Definition at line 1168 of file qgsattributeeditor.cpp.
References QgsVectorLayer::Calendar, QgsVectorLayer::CheckBox, QgsVectorLayer::checkedState(), QgsVectorLayer::Classification, QgsVectorLayer::Color, QgsVectorLayer::dateFormat(), QgsVectorLayer::DialRange, QgsField::displayString(), QgsVectorLayer::EditorWidgetV2, QgsVectorLayer::EditRange, QgsVectorLayer::editType(), QgsVectorLayer::Enumeration, QgsVectorLayer::FileName, QgsVectorLayer::Hidden, QgsVectorLayer::Immutable, QgsVectorLayer::LineEdit, QgsVectorLayer::pendingFields(), QgsVectorLayer::Photo, QgsColorButton::setColor(), QgsFilterLineEdit::setNullValue(), QgsVectorLayer::SliderRange, QgsVectorLayer::TextEdit, QgsField::type(), QgsVectorLayer::UniqueValues, QgsVectorLayer::UniqueValuesEditable, QgsVectorLayer::UuidGenerator, QgsVectorLayer::ValueMap, QgsVectorLayer::ValueRelation, and QgsVectorLayer::WebView.
Referenced by createAttributeEditor(), and QgsAttributeTableDelegate::setEditorData().
|
slot |
Definition at line 217 of file qgsattributeeditor.cpp.
References QgsColorButton::color(), and QgsColorButton::setColor().
Referenced by createAttributeEditor().
|
slot |
Definition at line 177 of file qgsattributeeditor.cpp.
Referenced by createAttributeEditor().
|
private |
Definition at line 118 of file qgsattributeeditor.h.
Referenced by loadPixmap().
|
private |
Definition at line 117 of file qgsattributeeditor.h.
Referenced by loadPixmap().