Widgets and dialogs for GSDView.
Functions
| get_filedialog([parent]) |
Classes
| BackendPreferencesPage([parent, flags]) | |
| BandInfoDialog([band, parent, flags]) | Info dialog for GDAL raster bands. |
| BandInfoDialogBase | |
| ConfigParser([defaults, dict_type, ...]) | |
| DatasetInfoDialog([dataset, parent, flags]) | |
| DatasetInfoDialogBase | |
| FileEntryWidget([contents, mode, dialog, ...]) | |
| GDALInfoWidget([parent, flags]) | |
| GDALInfoWidgetBase | |
| GDALPreferencesPage([parent, flags]) | |
| GDALPreferencesPageBase | |
| HistogramConfigDialog([parent, flags]) | |
| HistogramConfigDialogBase | |
| KeyPressEater([keys, parent]) | |
| MajorObjectInfoDialog(gdalobj[, parent, flags]) | |
| MetadataWidget([parent, flags]) | Widget for matadata display. |
| MetadataWidgetBase | |
| OverviewDialog([item, parent, flags]) | Dialog for overview management. |
| OverviewWidget([item, parent, flags]) | Widget for overview management. |
| OverviewWidgetBase | |
| SpecialOverviewWidget([item, parent, flags]) | An overview widget that always performs overview recomputation. |
Bases: gsdview.gdalbackend.widgets.MajorObjectInfoDialog, Ui_bandDialog
Info dialog for GDAL raster bands.
| Signals : |
|---|
SIGNAL: it is emitted when a time expensive computation of an histogram is required
| C++ signature: | void histogramComputationRequest(QtGui.QStandardItem) |
|---|
SIGNAL: it is emitted when overview computation is required
| C++ signature: | void overviewComputationRequest() |
|---|
overview widget
SIGNAL: it is emitted when a time expensive computation of statistics is required
| C++ signature: | void statsComputationRequest(QtGui.QStandardItem) |
|---|
Bases: gsdview.gdalbackend.widgets.MajorObjectInfoDialog, Ui_datasetDialog
Bases: PyQt4.QtGui.QWidget, Ui_gdalInfoWidget
Bases: PyQt4.QtGui.QWidget, Ui_gdalPreferencesWidget
Bases: PyQt4.QtGui.QDialog, Ui_histogramConfigDialog
Bases: PyQt4.QtCore.QObject
Bases: PyQt4.QtGui.QDialog
Bases: PyQt4.QtGui.QWidget, Ui_metadataForm
Widget for matadata display.
| Signals : |
|---|
SIGNAL: it is emitted when metadata domain changes
| C++ signature: | void domainChanged(str) |
|---|
Bases: PyQt4.QtGui.QDialog
Dialog for overview management.
Display existing overview levels and allow to to sibmit overview compitation requests.
| Signals : |
|---|
dataset label
SIGNAL: it is emitted when a time expensive computation of overviews is required
| C++ signature: | void overviewComputationRequest(QtGui.QStandardItem) |
|---|
overview widget
Bases: PyQt4.QtGui.QWidget, Ui_overviewTab
Widget for overview management.
Display existing overview levels and allow to to sibmit overview compitation requests.
| Signals : |
|---|
SIGNAL: it is emitted when a time expensive computation of overviews is required
| C++ signature: | void overviewComputationRequest() |
|---|
Bases: gsdview.gdalbackend.widgets.OverviewWidget
An overview widget that always performs overview recomputation.
See also