#include <boost/regex.hpp>#include <pglabel.h>#include <pgimage.h>#include "../global.h"#include "textrenderer.h"#include "../graphics/surface.h"#include "../iconrepository.h"#include "targetcoordinatelocator.h"#include "../vehicletype.h"#include "../itemrepository.h"Include dependency graph for textrenderer-addons.cpp:

Go to the source code of this file.
Classes | |
| class | VehicleTypeRenderer |
| class | TargetCoordinateRenderer |
Functions | |
| void | uselessCallToTextRenderAddons () |
Variables | |
| const bool | r1 = TextRenderer::registerTagRenderer( new VehicleTypeRenderer ) |
| const bool | r2 = TextRenderer::registerTagRenderer( new TargetCoordinateRenderer ) |
| void uselessCallToTextRenderAddons | ( | ) |
Definition at line 98 of file textrenderer-addons.cpp.
Referenced by ASC_MainScreenWidget::ASC_MainScreenWidget(), and loadEditordata().
const bool r1 = TextRenderer::registerTagRenderer( new VehicleTypeRenderer ) [static] |
Definition at line 94 of file textrenderer-addons.cpp.
const bool r2 = TextRenderer::registerTagRenderer( new TargetCoordinateRenderer ) [static] |
Definition at line 95 of file textrenderer-addons.cpp.
1.5.1