AbstractGraphicDevice() | bpp::AbstractGraphicDevice | inline |
begin() | bpp::PgfGraphicDevice | virtual |
bgColorStr_ | bpp::PgfGraphicDevice | private |
colorCount_ | bpp::PgfGraphicDevice | private |
colorIndex_ | bpp::PgfGraphicDevice | private |
comment(const std::string &text) | bpp::PgfGraphicDevice | inlinevirtual |
content_ | bpp::PgfGraphicDevice | private |
contentStarted_ | bpp::PgfGraphicDevice | private |
drawCircle(double x, double y, double radius, short fill=FILL_EMPTY) | bpp::PgfGraphicDevice | virtual |
drawLine(double x1, double y1, double x2, double y2) | bpp::PgfGraphicDevice | virtual |
drawRect(double x, double y, double width, double height, short fill=FILL_EMPTY) | bpp::PgfGraphicDevice | virtual |
drawText(double x, double y, const std::string &text, short hpos=TEXT_HORIZONTAL_LEFT, short vpos=TEXT_VERTICAL_BOTTOM, double angle=0) | bpp::PgfGraphicDevice | virtual |
end() | bpp::PgfGraphicDevice | virtual |
fgColorStr_ | bpp::PgfGraphicDevice | private |
FILL_EMPTY | bpp::GraphicDevice | static |
FILL_FILLED | bpp::GraphicDevice | static |
FILL_PATTERN | bpp::GraphicDevice | static |
fontSeries_ | bpp::PgfGraphicDevice | mutableprivate |
fontShapes_ | bpp::PgfGraphicDevice | mutableprivate |
getCurrentBackgroundColor() const | bpp::AbstractGraphicDevice | inlinevirtual |
getCurrentFont() const | bpp::AbstractGraphicDevice | inlinevirtual |
getCurrentForegroundColor() const | bpp::AbstractGraphicDevice | inlinevirtual |
getCurrentLayer() const | bpp::AbstractGraphicDevice | inlinevirtual |
getCurrentLineType() const | bpp::AbstractGraphicDevice | inlinevirtual |
getCurrentPointSize() const | bpp::AbstractGraphicDevice | inlinevirtual |
getFontShape(const Font &font) | bpp::PgfGraphicDevice | |
getXUnit() const | bpp::AbstractGraphicDevice | inlinevirtual |
getYUnit() const | bpp::AbstractGraphicDevice | inlinevirtual |
GraphicDevice() | bpp::GraphicDevice | inline |
layers_ | bpp::PgfGraphicDevice | private |
LINE_DASHED | bpp::GraphicDevice | static |
LINE_DOTTED | bpp::GraphicDevice | static |
LINE_SOLID | bpp::GraphicDevice | static |
out_ | bpp::PgfGraphicDevice | private |
PgfGraphicDevice(std::ostream &out, double unit) | bpp::PgfGraphicDevice | |
revx_(double x) const | bpp::AbstractGraphicDevice | inlineprotected |
revy_(double y) const | bpp::AbstractGraphicDevice | inlineprotected |
setCurrentBackgroundColor(const RGBColor &color) | bpp::PgfGraphicDevice | virtual |
setCurrentFont(const Font &font) | bpp::PgfGraphicDevice | virtual |
setCurrentForegroundColor(const RGBColor &color) | bpp::PgfGraphicDevice | virtual |
setCurrentLayer(int layerIndex) | bpp::PgfGraphicDevice | virtual |
setCurrentLineType(short type) | bpp::PgfGraphicDevice | virtual |
setCurrentPointSize(unsigned int size) | bpp::PgfGraphicDevice | virtual |
setXUnit(double xu) | bpp::AbstractGraphicDevice | inlinevirtual |
setYUnit(double yu) | bpp::AbstractGraphicDevice | inlinevirtual |
TEXT_HORIZONTAL_CENTER | bpp::GraphicDevice | static |
TEXT_HORIZONTAL_LEFT | bpp::GraphicDevice | static |
TEXT_HORIZONTAL_RIGHT | bpp::GraphicDevice | static |
TEXT_VERTICAL_BOTTOM | bpp::GraphicDevice | static |
TEXT_VERTICAL_CENTER | bpp::GraphicDevice | static |
TEXT_VERTICAL_TOP | bpp::GraphicDevice | static |
useLayers_ | bpp::PgfGraphicDevice | private |
x_(double x) const | bpp::AbstractGraphicDevice | inlineprotected |
y_(double y) const | bpp::AbstractGraphicDevice | inlineprotected |
~AbstractGraphicDevice() | bpp::AbstractGraphicDevice | inlinevirtual |
~GraphicDevice() | bpp::GraphicDevice | inlinevirtual |
~PgfGraphicDevice() | bpp::PgfGraphicDevice | inlinevirtual |