|
LibreOffice Module vcl (master) 1
|
#include <vector>#include <algorithm>#include <o3tl/safeint.hxx>#include <vcl/event.hxx>#include <vcl/toolkit/roadmap.hxx>#include <vcl/settings.hxx>#include <vcl/vclevent.hxx>#include <hyperlabel.hxx>#include <tools/color.hxx>#include <rtl/ustring.hxx>Go to the source code of this file.
Classes | |
| class | vcl::RoadmapItem |
| class | vcl::RoadmapImpl |
Namespaces | |
| namespace | vcl |
Typedefs | |
| typedef std::vector< RoadmapItem * > | vcl::HL_Vector |
Functions | |
| vcl::IMPL_LINK (ORoadmap, ImplClickHdl, HyperLabel *, CurHyperLabel, void) | |
Variables | |
| constexpr tools::Long | LABELBASEMAPHEIGHT = 8 |
| constexpr tools::Long | ROADMAP_INDENT_X = 4 |
| constexpr tools::Long | ROADMAP_INDENT_Y = 27 |
| constexpr tools::Long | ROADMAP_ITEM_DISTANCE_Y = 6 |
|
constexpr |
Definition at line 31 of file roadmap.cxx.
Referenced by vcl::RoadmapImpl::initItemSize().
|
constexpr |
Definition at line 32 of file roadmap.cxx.
Referenced by vcl::RoadmapImpl::initItemSize(), and vcl::RoadmapItem::SetPosition().
|
constexpr |
Definition at line 33 of file roadmap.cxx.
Referenced by vcl::RoadmapItem::SetPosition().
|
constexpr |
Definition at line 34 of file roadmap.cxx.
Referenced by vcl::RoadmapItem::SetPosition().