This is the complete list of members for te::qt::widgets::Canvas, including all inherited members.
| calcAspectRatio(double &llx, double &lly, double &urx, double &ury, const te::map::AlignType hAlign=te::map::Center, const te::map::AlignType vAlign=te::map::Center) | te::qt::widgets::Canvas | virtual | 
| calcAspectRatio(te::gm::Envelope *envelope, const te::map::AlignType hAlign=te::map::Center, const te::map::AlignType vAlign=te::map::Center) | te::qt::widgets::Canvas | virtual | 
| Canvas(int w, int h, int devType=QInternal::Pixmap) | te::qt::widgets::Canvas | |
| Canvas(QPaintDevice *device) | te::qt::widgets::Canvas | |
| Canvas(QPainter *painter) | te::qt::widgets::Canvas | |
| Canvas(const Canvas &rhs) | te::qt::widgets::Canvas | private | 
| te::map::Canvas::Canvas() | te::map::Canvas | inline | 
| clear() | te::qt::widgets::Canvas | virtual | 
| createPointPatterns() | te::qt::widgets::Canvas | private | 
| draw(const te::gm::Geometry *geom) | te::qt::widgets::Canvas | virtual | 
| draw(const te::gm::Point *point) | te::qt::widgets::Canvas | virtual | 
| draw(const te::gm::MultiPoint *mpoint) | te::qt::widgets::Canvas | virtual | 
| draw(const te::gm::LineString *line) | te::qt::widgets::Canvas | virtual | 
| draw(const te::gm::MultiLineString *mline) | te::qt::widgets::Canvas | virtual | 
| draw(const te::gm::Polygon *poly) | te::qt::widgets::Canvas | virtual | 
| draw(const te::gm::MultiPolygon *mpoly) | te::qt::widgets::Canvas | virtual | 
| draw(const te::gm::GeometryCollection *g) | te::qt::widgets::Canvas | virtual | 
| draw(const te::gm::MultiSurface *g) | te::qt::widgets::Canvas | virtual | 
| drawContour(const te::gm::LineString *line) | te::qt::widgets::Canvas | private | 
| drawImage(char *src, std::size_t size, te::map::ImageType t) | te::qt::widgets::Canvas | virtual | 
| drawImage(te::color::RGBAColor **src, int w, int h) | te::qt::widgets::Canvas | virtual | 
| drawImage(int x, int y, char *src, std::size_t size, te::map::ImageType t) | te::qt::widgets::Canvas | virtual | 
| drawImage(int x, int y, te::color::RGBAColor **src, int w, int h) | te::qt::widgets::Canvas | virtual | 
| drawImage(int x, int y, int w, int h, char *src, std::size_t size, te::map::ImageType t) | te::qt::widgets::Canvas | virtual | 
| drawImage(int x, int y, int w, int h, te::color::RGBAColor **src, int srcw, int srch) | te::qt::widgets::Canvas | virtual | 
| drawImage(int x, int y, int w, int h, char *src, std::size_t size, te::map::ImageType t, int sx, int sy, int sw, int sh) | te::qt::widgets::Canvas | virtual | 
| drawImage(int x, int y, int w, int h, te::color::RGBAColor **src, int sx, int sy, int sw, int sh) | te::qt::widgets::Canvas | virtual | 
| drawImage(int x, int y, te::rst::Raster *src, int opacity=TE_OPAQUE) | te::qt::widgets::Canvas | virtual | 
| drawImage(int x, int y, int w, int h, te::rst::Raster *src, int sx, int sy, int sw, int sh, int opacity=TE_OPAQUE) | te::qt::widgets::Canvas | virtual | 
| drawPixel(int x, int y) | te::qt::widgets::Canvas | virtual | 
| drawPixel(int x, int y, const te::color::RGBAColor &color) | te::qt::widgets::Canvas | virtual | 
| drawText(int x, int y, const std::string &txt, float angle=0.0, double anchorX=0.5, double anchorY=0.5, int displacementX=0, int displacementY=0) | te::qt::widgets::Canvas | virtual | 
| drawText(const te::gm::Point *p, const std::string &txt, float angle=0.0, double anchorX=0.5, double anchorY=0.5, int displacementX=0, int displacementY=0) | te::qt::widgets::Canvas | virtual | 
| drawText(const double &x, const double &y, const std::string &txt, float angle=0.0, double anchorX=0.5, double anchorY=0.5, int displacementX=0, int displacementY=0) | te::qt::widgets::Canvas | virtual | 
| drawText(const QPoint &p, const std::string &txt, float angle=0.0, double anchorX=0.5, double anchorY=0.5, int displacementX=0, int displacementY=0) | te::qt::widgets::Canvas | |
| freeImage(char *img) const | te::qt::widgets::Canvas | virtual | 
| getBackgroundColor() const | te::qt::widgets::Canvas | virtual | 
| getDevice() const | te::qt::widgets::Canvas | |
| getHeight() const | te::qt::widgets::Canvas | virtual | 
| getImage(te::map::ImageType t, std::size_t &size, int quality=75, int fg=0) const | te::qt::widgets::Canvas | virtual | 
| getImage(const int x=0, const int y=0, const int w=0, const int h=0) const | te::qt::widgets::Canvas | virtual | 
| getImage() const | te::qt::widgets::Canvas | |
| getMatrix() | te::qt::widgets::Canvas | |
| getPainter() | te::qt::widgets::Canvas | |
| getPixmap() const | te::qt::widgets::Canvas | |
| getResolution() | te::qt::widgets::Canvas | |
| getTextBoundary(int x, int y, const std::string &txt, float angle=0.0, double anchorX=0.5, double anchorY=0.5, int displacementX=0, int displacementY=0) | te::qt::widgets::Canvas | virtual | 
| getTextBoundary(const te::gm::Point *p, const std::string &txt, float angle=0.0, double anchorX=0.5, double anchorY=0.5, int displacementX=0, int displacementY=0) | te::qt::widgets::Canvas | virtual | 
| getTextBoundary(const double &x, const double &y, const std::string &txt, float angle=0.0, double anchorX=0.5, double anchorY=0.5, int displacementX=0, int displacementY=0) | te::qt::widgets::Canvas | virtual | 
| getTextBoundary(const QPoint &p, const std::string &txt, float angle=0.0, double anchorX=0.5, double anchorY=0.5, int displacementX=0, int displacementY=0) | te::qt::widgets::Canvas | |
| getWidth() const | te::qt::widgets::Canvas | virtual | 
| m_bgColor | te::qt::widgets::Canvas | private | 
| m_erase | te::qt::widgets::Canvas | private | 
| m_font | te::qt::widgets::Canvas | private | 
| m_isDeviceOwner | te::qt::widgets::Canvas | private | 
| m_isPainterOwner | te::qt::widgets::Canvas | private | 
| m_lnColor | te::qt::widgets::Canvas | private | 
| m_lnPen | te::qt::widgets::Canvas | private | 
| m_matrix | te::qt::widgets::Canvas | private | 
| m_painter | te::qt::widgets::Canvas | private | 
| m_painterTransform | te::qt::widgets::Canvas | private | 
| m_patterns | te::qt::widgets::Canvas | private | 
| m_polyBrush | te::qt::widgets::Canvas | private | 
| m_polyColor | te::qt::widgets::Canvas | private | 
| m_polyContourColor | te::qt::widgets::Canvas | private | 
| m_polyContourPen | te::qt::widgets::Canvas | private | 
| m_polyDefaultBrush | te::qt::widgets::Canvas | private | 
| m_polyImage | te::qt::widgets::Canvas | private | 
| m_polyPatternWidth | te::qt::widgets::Canvas | private | 
| m_polyRotatedImage | te::qt::widgets::Canvas | private | 
| m_pt | te::qt::widgets::Canvas | private | 
| m_ptClearPatternImg | te::qt::widgets::Canvas | private | 
| m_ptColor | te::qt::widgets::Canvas | private | 
| m_ptColorFrom | te::qt::widgets::Canvas | private | 
| m_ptHOffset | te::qt::widgets::Canvas | private | 
| m_ptImg | te::qt::widgets::Canvas | private | 
| m_ptImgRotated | te::qt::widgets::Canvas | private | 
| m_ptPen | te::qt::widgets::Canvas | private | 
| m_ptRotation | te::qt::widgets::Canvas | private | 
| m_ptSelectionPatternImg | te::qt::widgets::Canvas | private | 
| m_ptVOffset | te::qt::widgets::Canvas | private | 
| m_ptWidth | te::qt::widgets::Canvas | private | 
| m_txtBrush | te::qt::widgets::Canvas | private | 
| m_txtContourEnabled | te::qt::widgets::Canvas | private | 
| m_txtContourPen | te::qt::widgets::Canvas | private | 
| m_txtLetterSpacing | te::qt::widgets::Canvas | private | 
| m_txtLineSpacing | te::qt::widgets::Canvas | private | 
| m_txtWordSpacing | te::qt::widgets::Canvas | private | 
| operator=(const Canvas &rhs) | te::qt::widgets::Canvas | private | 
| resize(int w, int h) | te::qt::widgets::Canvas | virtual | 
| save(const char *fileName, te::map::ImageType t, int quality=75, int fg=0) const | te::qt::widgets::Canvas | virtual | 
| setBackgroundColor(const te::color::RGBAColor &color) | te::qt::widgets::Canvas | virtual | 
| setDevice(QPaintDevice *device, bool takeOwnerShip) | te::qt::widgets::Canvas | |
| setEraseMode() | te::qt::widgets::Canvas | virtual | 
| setFontFamily(const std::string &family) | te::qt::widgets::Canvas | virtual | 
| setLineCapStyle(te::map::LineCapStyle style) | te::qt::widgets::Canvas | virtual | 
| setLineColor(const te::color::RGBAColor &color) | te::qt::widgets::Canvas | virtual | 
| setLineDashStyle(te::map::LineDashStyle style) | te::qt::widgets::Canvas | virtual | 
| setLineDashStyle(const std::vector< double > &style) | te::qt::widgets::Canvas | virtual | 
| setLineDashStyle(QPen &pen, const std::vector< double > &style) | te::qt::widgets::Canvas | private | 
| setLineJoinStyle(te::map::LineJoinStyle style) | te::qt::widgets::Canvas | virtual | 
| setLinePattern(te::color::RGBAColor **pattern, int ncols, int nrows) | te::qt::widgets::Canvas | virtual | 
| setLinePattern(char *pattern, std::size_t size, te::map::ImageType t) | te::qt::widgets::Canvas | virtual | 
| setLinePatternOpacity(int opacity) | te::qt::widgets::Canvas | virtual | 
| setLinePatternRotation(const double &angle) | te::qt::widgets::Canvas | virtual | 
| setLineWidth(int w) | te::qt::widgets::Canvas | virtual | 
| setMatrix(const QMatrix &matrix) | te::qt::widgets::Canvas | |
| setNormalMode() | te::qt::widgets::Canvas | virtual | 
| setPointColor(const te::color::RGBAColor &color) | te::qt::widgets::Canvas | virtual | 
| setPointPattern(te::color::RGBAColor **pattern, int ncols, int nrows) | te::qt::widgets::Canvas | virtual | 
| setPointPattern(char *pattern, std::size_t size, te::map::ImageType t) | te::qt::widgets::Canvas | virtual | 
| setPointPatternOpacity(int opacity) | te::qt::widgets::Canvas | virtual | 
| setPointPatternRotation(const double &angle) | te::qt::widgets::Canvas | virtual | 
| setPointWidth(int w) | te::qt::widgets::Canvas | virtual | 
| setPolygonContourCapStyle(te::map::LineCapStyle style) | te::qt::widgets::Canvas | virtual | 
| setPolygonContourColor(const te::color::RGBAColor &color) | te::qt::widgets::Canvas | virtual | 
| setPolygonContourDashStyle(te::map::LineDashStyle style) | te::qt::widgets::Canvas | virtual | 
| setPolygonContourDashStyle(const std::vector< double > &style) | te::qt::widgets::Canvas | virtual | 
| setPolygonContourJoinStyle(te::map::LineJoinStyle style) | te::qt::widgets::Canvas | virtual | 
| setPolygonContourPattern(te::color::RGBAColor **pattern, int ncols, int nrows) | te::qt::widgets::Canvas | virtual | 
| setPolygonContourPattern(char *pattern, std::size_t size, te::map::ImageType t) | te::qt::widgets::Canvas | virtual | 
| setPolygonContourPatternOpacity(int opacity) | te::qt::widgets::Canvas | virtual | 
| setPolygonContourPatternRotation(const double &angle) | te::qt::widgets::Canvas | virtual | 
| setPolygonContourWidth(int w) | te::qt::widgets::Canvas | virtual | 
| setPolygonFillColor(const te::color::RGBAColor &color) | te::qt::widgets::Canvas | virtual | 
| setPolygonFillColor(const QBrush &color) | te::qt::widgets::Canvas | |
| setPolygonFillPattern(te::color::RGBAColor **pattern, int ncols, int nrows) | te::qt::widgets::Canvas | virtual | 
| setPolygonFillPattern(char *pattern, std::size_t size, te::map::ImageType t) | te::qt::widgets::Canvas | virtual | 
| setPolygonPatternOpacity(int opacity) | te::qt::widgets::Canvas | virtual | 
| setPolygonPatternRotation(const double &angle) | te::qt::widgets::Canvas | virtual | 
| setPolygonPatternWidth(int w) | te::qt::widgets::Canvas | virtual | 
| setRenderHint(QPainter::RenderHint hint, bool on=true) | te::qt::widgets::Canvas | |
| setTextColor(const te::color::RGBAColor &color) | te::qt::widgets::Canvas | virtual | 
| setTextContourColor(const te::color::RGBAColor &color) | te::qt::widgets::Canvas | virtual | 
| setTextContourEnabled(bool b) | te::qt::widgets::Canvas | virtual | 
| setTextContourOpacity(int opacity) | te::qt::widgets::Canvas | virtual | 
| setTextContourWidth(int width) | te::qt::widgets::Canvas | virtual | 
| setTextDecorationColor(const te::color::RGBAColor &color) | te::qt::widgets::Canvas | virtual | 
| setTextDecorationWidth(int width) | te::qt::widgets::Canvas | virtual | 
| setTextJustification(int justType) | te::qt::widgets::Canvas | virtual | 
| setTextMultiLineSpacing(int spacing) | te::qt::widgets::Canvas | virtual | 
| setTextOpacity(int opacity) | te::qt::widgets::Canvas | virtual | 
| setTextOverline(bool b) | te::qt::widgets::Canvas | virtual | 
| setTextPointSize(double psize) | te::qt::widgets::Canvas | virtual | 
| setTextStretch(std::size_t stretch) | te::qt::widgets::Canvas | virtual | 
| setTextStrikeOut(bool b) | te::qt::widgets::Canvas | virtual | 
| setTextStyle(te::se::Font::FontStyleType style) | te::qt::widgets::Canvas | virtual | 
| setTextUnderline(bool b) | te::qt::widgets::Canvas | virtual | 
| setTextWeight(te::se::Font::FontWeightType weight) | te::qt::widgets::Canvas | virtual | 
| setWindow(const double &llx, const double &lly, const double &urx, const double &ury) | te::qt::widgets::Canvas | virtual | 
| updateAlpha(QImage &img, const int &opacity) | te::qt::widgets::Canvas | private | 
| ~Canvas() | te::qt::widgets::Canvas | virtual |