Main Page
Namespaces
Namespace List
Namespace Members
All
b
c
d
f
g
h
i
l
m
n
p
s
w
Functions
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
w
Typedefs
Enumerations
Enumerator
Files
File List
File Members
All
Functions
Macros
motion_planning_tasks
src
icons.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
utils/icon.h
>
4
5
namespace
moveit_rviz_plugin
{
6
namespace
icons {
7
8
extern
const
moveit_rviz_plugin::utils::Icon
CONNECT
;
9
extern
const
moveit_rviz_plugin::utils::Icon
FORWARD
;
10
extern
const
moveit_rviz_plugin::utils::Icon
BACKWARD
;
11
extern
const
moveit_rviz_plugin::utils::Icon
BOTHWAY
;
12
extern
const
moveit_rviz_plugin::utils::Icon
GENERATE
;
13
}
// namespace icons
14
}
// namespace moveit_rviz_plugin
moveit_rviz_plugin::utils::Icon
Definition:
icon.h:43
moveit_rviz_plugin::icons::CONNECT
const Icon CONNECT({ { QLatin1String(":icons/connectarrow.png"), QColor::fromRgba(0xff000000) } }, Icon::TINT)
Definition:
icons.h:8
moveit_rviz_plugin::icons::FORWARD
const Icon FORWARD({ { QLatin1String(":icons/downarrow.png"), QColor::fromRgba(0xff000000) } }, Icon::TINT)
Definition:
icons.h:9
moveit_rviz_plugin::icons::GENERATE
const Icon GENERATE({ { QLatin1String(":icons/generatearrow.png"), QColor::fromRgba(0xff000000) } }, Icon::TINT)
Definition:
icons.h:12
icon.h
moveit_rviz_plugin
moveit_rviz_plugin::icons::BOTHWAY
const Icon BOTHWAY({ { QLatin1String(":icons/updownarrow.png"), QColor::fromRgba(0xff000000) } }, Icon::TINT)
Definition:
icons.h:11
moveit_rviz_plugin::icons::BACKWARD
const Icon BACKWARD({ { QLatin1String(":icons/uparrow.png"), QColor::fromRgba(0xff000000) } }, Icon::TINT)
Definition:
icons.h:10
visualization
Author(s): Robert Haschke
autogenerated on Thu Feb 27 2025 03:39:51