QGIS API Documentation  2.0.1-Dufour
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Todo List
Member _getTitle (QDomDocument const &doc, QString &title)
XXX we should go with the attribute xor title, not both.
Member QgisPlugin::mType
Really, might be indicative that this needs to split into maplayer vs. ui plug-in vs. other kind of plug-in
Member QgsMapLayer::drawLabels (QgsRenderContext &rendererContext)
to be removed: used only in vector layers
Member QgsMapLayer::repaintRequested ()
to be removed - GUI dependency
Member QgsProject::clearProperties ()
"properties" is, overall, a good name; but that might imply that the qgis specific state properites are different since they aren't accessible here. Actually, what if we make "qgis" yet another scope that stores its state in the properties list? E.g., QgsProject::instance()->properties()["qgis"]?
Member QgsProject::dumpProperties () const
XXX Now slightly broken since re-factoring. Won't print out top-level key and redundantly prints sub-keys.
Member QgsProject::title (const QString &title)
However current dialogs don't allow setting of it yet
Member QgsProject::~QgsProject ()
XXX Should have semantics for saving project if dirty as last gasp?
Member QgsProjectBadLayerGuiHandler::findLayer (QString const &fileFilters, QDomNode const &constLayerNode)
Member QgsProjectionSelector::loadCrsList (QSet< QString > *crsFilter=0)
Should this be public?
Member QgsProjectionSelector::loadUserCrsList (QSet< QString > *crsFilter=0)
Should this be public?
Member QgsRasterLayer::QgsRasterLayer (const QString &uri, const QString &baseName, const QString &providerKey, bool loadDefaultStyleFlag=true)
Rename into a general constructor when the old raster interface is retired parameter dummy is just there to distinguish this function signature from the old non-provider one.
Member QgsVectorLayer::setDataProvider (QString const &provider)
XXX should this return bool? Throw exceptions?