#include <gtkmm/main.h>
#include <iostream>
#include <gtkmm/builder.h>
#include <gtkmm/window.h>
#include "MapDrawingArea.h"
#include "../osmdb/osmdb.h"
#include <memory>
#include <gtkmm/drawingarea.h>
#include <gtkmm/spinbutton.h>
#include <gtkmm/textview.h>
#include <glibmm/optioncontext.h>
#include <glibmm/optiongroup.h>
#include <glibmm/optionentry.h>
#include <osmdisp_config.h>
#include "../util.h"
Go to the source code of this file.
Function Documentation
std::string get_els_text |
( |
std::vector< std::unique_ptr< osm::Element > > const & |
els | ) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Glib::OptionEntry make_entry |
( |
std::string |
lname, |
|
|
char |
sname, |
|
|
std::string |
desc = "" |
|
) |
| |
void write_ptree |
( |
boost::property_tree::ptree const & |
ptree, |
|
|
std::ostream & |
ost, |
|
|
int |
depth |
|
) |
| |