Doxygen
|
Class representing a bitmap image generated by doxygen. 更多...
#include <image.h>
Public 成员函数 | |
Image (uint w, uint h) | |
~Image () | |
void | setPixel (uint x, uint y, uchar val) |
uchar | getPixel (uint x, uint y) const |
void | writeChar (uint x, uint y, char c, uchar fg) |
void | writeString (uint x, uint y, const QCString &s, uchar fg) |
void | drawHorzLine (uint y, uint xs, uint xe, uchar colIndex, uint mask) |
void | drawHorzArrow (uint y, uint xs, uint xe, uchar colIndex, uint mask) |
void | drawVertLine (uint x, uint ys, uint ye, uchar colIndex, uint mask) |
void | drawVertArrow (uint x, uint ys, uint ye, uchar colIndex, uint mask) |
void | drawRect (uint x, uint y, uint width, uint height, uchar colIndex, uint mask) |
void | fillRect (uint x, uint y, uint width, uint height, uchar colIndex, uint mask) |
bool | save (const QCString &fileName, int mode=0) |
uint | width () const |
uint | height () const |
uchar * | data () const |
静态 Public 成员函数 | |
static uint | stringLength (const QCString &s) |
Private 属性 | |
uint | m_width |
uint | m_height |
uchar * | m_data |
友元 | |
uint | stringLength (const QCString &s) |
引用了 Color::blue, Config_getInt, Color::green, ColoredImage::hsl2rgb(), m_data, m_height, m_width, palette , 以及 Color::red.
引用了 setPixel().
被这些函数引用 TreeDiagram::drawConnectors(), drawHorzArrow(), drawRect(), drawVertArrow() , 以及 writeBitmapBox().
引用了 setPixel().
被这些函数引用 TreeDiagram::drawConnectors(), drawHorzArrow(), drawRect() , 以及 drawVertArrow().
|
inline |
被这些函数引用 TreeDiagram::drawBoxes(), TreeDiagram::drawConnectors() , 以及 fillRect().
bool Image::save | ( | const QCString & | fileName, |
int | mode = 0 |
||
) |
引用了 Color::alpha, Color::blue, Config_getBool, QCString::data(), Color::green, m_data, m_height, m_width, palette, palette2, palette3, Color::red , 以及 TRUE.
引用了 m_data, m_height , 以及 m_width.
被这些函数引用 drawHorzLine(), drawVertLine(), fillRect() , 以及 writeChar().
引用了 charHeight, charPos, charSetWidth, charWidth, fontRaw, getPixel() , 以及 setPixel().
被这些函数引用 writeString().
被这些函数引用 TreeDiagram::computeExtremes() , 以及 writeBitmapBox().
|
private |
被这些函数引用 getPixel(), Image(), save(), setPixel() , 以及 ~Image().
|
private |
被这些函数引用 getPixel(), Image(), save() , 以及 setPixel().
|
private |
被这些函数引用 getPixel(), Image(), save() , 以及 setPixel().