map_manager.cpp

Manager class to handle adding, deleting and XML-parsing of MapLayers [詳細]

#include <QtGui>
#include <sys/time.h>
#include <time.h>
#include <fstream>
#include <iostream>
#include <sstream>
#include <streambuf>
#include <cctype>
#include <cmath>
#include "baseRTC.h"
#include "layer_view.h"
#include "map_view.h"
#include "map_layer.h"
#include "map_manager.h"
#include "gui_settings.h"
#include "debug_utils.h"
#include "navigation_data.h"
#include "Localization.h"
#include "GridMap.h"
#include "Path.h"
#include "widget_observer.h"
#include "layer_archive.h"

map_manager.cppのインクルード依存関係図


構成

class  MapManager::XmlIF
 MapManagerのXml読み書きを行う部分を分離した実装クラス [詳細]
struct  LayerIndexInfo

関数

QVector< LayerIndexInfogetLayerInfo (LayerView *lv)
void restore_view_order (LayerView *lv, const QVector< LayerIndexInfo > &order)

説明

Manager class to handle adding, deleting and XML-parsing of MapLayers

作者:
SAGAMI, Tsuyoshi <sagami@brains.co.jp>

関数

QVector<LayerIndexInfo> getLayerInfo ( LayerView lv  ) 

void restore_view_order ( LayerView lv,
const QVector< LayerIndexInfo > &  order 
)


マップビューワコンポーネントに対してThu Jun 17 20:24:08 2010に生成されました。  doxygen 1.5.5