QGIS API Documentation  2.6.0-Brighton
 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 pal::Pal::addLayer (const char *lyrName, double min_scale, double max_scale, Arrangement arrangement, Units label_unit, double defaultPriority, bool obstacle, bool active, bool toLabel, bool displayAll=false)
add symbolUnit
Member pal::Pal::labeller (int nbLayers, char **layersName, double *layersFactor, double scale, double bbox[4], PalStat **stat, bool displayAll)

add obstacles and tolabel arrays

UnknownLayer will be ignored ? should throw exception or not ???

Member QgsMapLayer::drawLabels (QgsRenderContext &rendererContext)
to be removed: used only in vector layers
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::~QgsProject ()
XXX Should have semantics for saving project if dirty as last gasp?
Member QgsProjectBadLayerGuiHandler::findLayer (const QString &fileFilters, const QDomNode &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.