#include <QueueFigure.h>
inet::QueueFigure::QueueFigure |
( |
const char * |
name = nullptr | ) |
|
23 cRectangleFigure(name)
cFigure::Color inet::QueueFigure::getColor |
( |
| ) |
const |
|
inline |
double inet::QueueFigure::getSpacing |
( |
| ) |
const |
|
inline |
void inet::QueueFigure::setColor |
( |
cFigure::Color |
color | ) |
|
|
inline |
void inet::QueueFigure::setElementCount |
( |
int |
elementCount | ) |
|
void inet::QueueFigure::setMaxElementCount |
( |
int |
maxElementCount | ) |
|
31 for (
auto box :
boxes) {
36 const auto& bounds = getBounds();
41 auto box =
new cRectangleFigure(
"box");
42 box->setOutlined(
false);
44 box->setFillColor(
color);
50 auto box =
new cRectangleFigure(
"box");
51 box->setOutlined(
false);
53 box->setFillColor(
color);
void inet::QueueFigure::setSpacing |
( |
double |
spacing | ) |
|
|
inline |
std::vector<cRectangleFigure *> inet::QueueFigure::boxes |
|
protected |
cFigure::Color inet::QueueFigure::color |
|
protected |
bool inet::QueueFigure::continuous = false |
|
protected |
int inet::QueueFigure::elementCount = -1 |
|
protected |
double inet::QueueFigure::elementHeight = 4 |
|
protected |
double inet::QueueFigure::elementWidth = 16 |
|
protected |
int inet::QueueFigure::maxElementCount = -1 |
|
protected |
double inet::QueueFigure::spacing = 2 |
|
protected |
The documentation for this class was generated from the following files: