#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"
構成 | |
class | MapManager::XmlIF |
MapManagerのXml読み書きを行う部分を分離した実装クラス [詳細] | |
struct | LayerIndexInfo |
関数 | |
QVector< LayerIndexInfo > | getLayerInfo (LayerView *lv) |
void | restore_view_order (LayerView *lv, const QVector< LayerIndexInfo > &order) |
QVector<LayerIndexInfo> getLayerInfo | ( | LayerView * | lv | ) |
void restore_view_order | ( | LayerView * | lv, | |
const QVector< LayerIndexInfo > & | order | |||
) |