#include <radial_image_drawer.hpp>
|
| void | drawBackgrounds (QImage *const image) const |
| |
| void | drawForegrounds (QImage *const image) const |
| |
| void | drawItemBackgrounds (QPainter *const rgb_painter, QPainter *const alpha_painter, const radial_menu_model::ItemConstPtr &level) const |
| |
| void | drawItemForeground (QPainter *const painter, const QRgb &rgb, const QRect &rect, const radial_menu_model::ItemConstPtr &item) const |
| |
| void | drawItemForegrounds (QPainter *const painter, const radial_menu_model::ItemConstPtr &level) const |
| |
| void | drawTitleBackground (QPainter *const rgb_painter, QPainter *const alpha_painter) const |
| |
| void | drawTitleForeground (QPainter *const painter) const |
| |
| QSize | imageSize (const int depth) const |
| |
| int | pieCenterAngle (const int sid, const int n_sibilings) const |
| |
| int | pieSpanAngle (const int n_sibilings) const |
| |
| QPoint | relativeItemCenter (const int sid, const int n_sibilings, const int depth) const |
| |
| QPoint | relativeItemLineEnd (const int sid, const int n_sibilings, const int depth) const |
| |
|
| static QRgb | averagedRgb (const QRgb &rgb1, const QRgb &rgb2) |
| |
| static QPoint | deviceCenter (const QPaintDevice &device) |
| |
| static QColor | makeColor (const QRgb &rgb, const int alpha) |
| |
Definition at line 28 of file radial_image_drawer.hpp.
◆ RadialImageDrawer()
◆ ~RadialImageDrawer()
| virtual radial_menu_rviz::RadialImageDrawer::~RadialImageDrawer |
( |
| ) |
|
|
inlinevirtual |
◆ averagedRgb()
| static QRgb radial_menu_rviz::RadialImageDrawer::averagedRgb |
( |
const QRgb & |
rgb1, |
|
|
const QRgb & |
rgb2 |
|
) |
| |
|
inlinestaticprotected |
◆ deviceCenter()
| static QPoint radial_menu_rviz::RadialImageDrawer::deviceCenter |
( |
const QPaintDevice & |
device | ) |
|
|
inlinestaticprotected |
◆ draw()
| QImage radial_menu_rviz::RadialImageDrawer::draw |
( |
| ) |
const |
|
inline |
◆ drawBackgrounds()
| void radial_menu_rviz::RadialImageDrawer::drawBackgrounds |
( |
QImage *const |
image | ) |
const |
|
inlineprotected |
◆ drawForegrounds()
| void radial_menu_rviz::RadialImageDrawer::drawForegrounds |
( |
QImage *const |
image | ) |
const |
|
inlineprotected |
◆ drawItemBackgrounds()
| void radial_menu_rviz::RadialImageDrawer::drawItemBackgrounds |
( |
QPainter *const |
rgb_painter, |
|
|
QPainter *const |
alpha_painter, |
|
|
const radial_menu_model::ItemConstPtr & |
level |
|
) |
| const |
|
inlineprotected |
◆ drawItemForeground()
| void radial_menu_rviz::RadialImageDrawer::drawItemForeground |
( |
QPainter *const |
painter, |
|
|
const QRgb & |
rgb, |
|
|
const QRect & |
rect, |
|
|
const radial_menu_model::ItemConstPtr & |
item |
|
) |
| const |
|
inlineprotected |
◆ drawItemForegrounds()
◆ drawTitleBackground()
| void radial_menu_rviz::RadialImageDrawer::drawTitleBackground |
( |
QPainter *const |
rgb_painter, |
|
|
QPainter *const |
alpha_painter |
|
) |
| const |
|
inlineprotected |
◆ drawTitleForeground()
| void radial_menu_rviz::RadialImageDrawer::drawTitleForeground |
( |
QPainter *const |
painter | ) |
const |
|
inlineprotected |
◆ imageSize()
| QSize radial_menu_rviz::RadialImageDrawer::imageSize |
( |
const int |
depth | ) |
const |
|
inlineprotected |
◆ makeColor()
| static QColor radial_menu_rviz::RadialImageDrawer::makeColor |
( |
const QRgb & |
rgb, |
|
|
const int |
alpha |
|
) |
| |
|
inlinestaticprotected |
◆ pieCenterAngle()
| int radial_menu_rviz::RadialImageDrawer::pieCenterAngle |
( |
const int |
sid, |
|
|
const int |
n_sibilings |
|
) |
| const |
|
inlineprotected |
◆ pieSpanAngle()
| int radial_menu_rviz::RadialImageDrawer::pieSpanAngle |
( |
const int |
n_sibilings | ) |
const |
|
inlineprotected |
◆ relativeItemCenter()
| QPoint radial_menu_rviz::RadialImageDrawer::relativeItemCenter |
( |
const int |
sid, |
|
|
const int |
n_sibilings, |
|
|
const int |
depth |
|
) |
| const |
|
inlineprotected |
◆ relativeItemLineEnd()
| QPoint radial_menu_rviz::RadialImageDrawer::relativeItemLineEnd |
( |
const int |
sid, |
|
|
const int |
n_sibilings, |
|
|
const int |
depth |
|
) |
| const |
|
inlineprotected |
◆ setModel()
◆ setProperty()
◆ model_
◆ prop_
The documentation for this class was generated from the following file: