#include "LayerItem.h"#include "ChartItem.h"#include "StyleItem.h"#include "../../se/SymbologyPreview.h"#include "../../../../core/uri/URI.h"#include "../../../../core/uri/Utils.h"#include "../../../../dataaccess/datasource/DataSourceInfoManager.h"#include "../../../../maptools/DataSetLayer.h"#include "../../../../maptools/DataSetAdapterLayer.h"#include "../../../../maptools/Utils.h"#include "../../../../se/Style.h"#include "../../../../se/Utils.h"#include "../../../../srs/SpatialReferenceSystemManager.h"Go to the source code of this file.
Functions | |
| QString | BuildToolIip (te::qt::widgets::LayerItem const *item) |
| QString | GetDataSetName (te::map::AbstractLayerPtr l) |
| QString | GetTooltip (te::map::AbstractLayerPtr l) |
| QString BuildToolIip | ( | te::qt::widgets::LayerItem const * | item | ) |
Definition at line 77 of file LayerItem.cpp.
References GetDataSetName(), te::qt::widgets::LayerItem::getLayer(), and GetTooltip().
Referenced by te::qt::widgets::LayerItem::getToolTip().
| QString GetDataSetName | ( | te::map::AbstractLayerPtr | l | ) |
Definition at line 20 of file LayerItem.cpp.
Referenced by BuildToolIip().
| QString GetTooltip | ( | te::map::AbstractLayerPtr | l | ) |
Definition at line 31 of file LayerItem.cpp.
References te::core::Expand(), te::common::Singleton< SpatialReferenceSystemManager >::getInstance(), te::common::Singleton< DataSourceInfoManager >::getInstance(), te::core::URI::host(), te::core::URI::path(), te::core::URI::port(), te::core::URI::query(), te::core::URI::scheme(), and te::core::URI::user().
Referenced by BuildToolIip().