Quantum GIS API Documentation  1.7.4
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.
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 (QString const &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 (int dummy, const QString &baseName=QString(), const QString &path=QString(), const QString &providerLib=QString(), const QStringList &layers=QStringList(), const QStringList &styles=QStringList(), const QString &format=QString(), const QString &crs=QString())
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 QgsVectorDataProvider::updateFeatureCount ()
to be removed
Member QgsVectorLayer::setDataProvider (QString const &provider)
XXX should this return bool? Throw exceptions?
Member QgsVectorLayer::updateFeatureCount () const
to be removed
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines