| clearRect(u_pos x, u_pos y, u_dim width, u_dim height, bool repaint_view=false) | UGraph | |
| clearView(bool repaint_view=false) | UGraph | |
| copyArea(u_pos x, u_pos y, u_dim width, u_dim height, u_dim delta_x, u_dim delta_y, bool generate_refresh_events_when_obscured) (defined in UGraph) | UGraph | |
| createBuffer(u_dim width, u_dim height) | UGraph | |
| deleteBuffer(class UNatWin *) | UGraph | |
| drawArc(u_pos x, u_pos y, u_dim width, u_dim height, float from_angle, float arc_angle) | UGraph | |
| drawEllipse(u_pos x, u_pos y, u_dim width, u_dim height) | UGraph | |
| drawIma(const class UNatIma *, u_pos x, u_pos y) (defined in UGraph) | UGraph | |
| drawIma(const class UNatPix *, u_pos x, u_pos y) (defined in UGraph) | UGraph | |
| drawLine(u_pos x1, u_pos y1, u_pos x2, u_pos y2) | UGraph | |
| drawPoint(u_pos x, u_pos y) | UGraph | |
| drawPolygon(u_pos xpoints[], u_pos ypoints[], u_count card) (defined in UGraph) | UGraph | |
| drawPolygon(std::vector< u_pos > xpoints, std::vector< u_pos > ypoints, u_count card) | UGraph | |
| drawPolyline(u_pos xpoints[], u_pos ypoints[], u_count card) (defined in UGraph) | UGraph | |
| drawPolyline(std::vector< u_pos > xpoints, std::vector< u_pos > ypoints, u_count card) | UGraph | |
| drawRect(u_pos x, u_pos y, u_dim width, u_dim height) | UGraph | |
| drawString(const UStr &, u_pos x, u_pos y) (defined in UGraph) | UGraph | |
| drawString(const UStr *, u_pos x, u_pos y) (defined in UGraph) | UGraph | |
| drawString(const char *, int str_length, u_pos x, u_pos y) | UGraph | |
| fillArc(u_pos x, u_pos y, u_dim width, u_dim height, float from_angle, float arc_angle) | UGraph | |
| fillPolygon(u_pos xpoints[], u_pos ypoints[], u_count card, int mode=0) (defined in UGraph) | UGraph | |
| fillPolygon(std::vector< u_pos > xpoints, std::vector< u_pos > ypoints, u_count card, int mode=0) | UGraph | |
| fillRect(u_pos x, u_pos y, u_dim width, u_dim height) | UGraph | |
| fillView() | UGraph | |
| flush() | UGraph | |
| getAppli() const | UGraph | |
| getCharDefaultSize(const UFont &, int &w, int &h) const (defined in UGraph) | UGraph | |
| getCharDefaultSize(const UFontDesc &, int &w, int &h) const (defined in UGraph) | UGraph | |
| getCharPos(const UFontDesc &, const char *str, int str_len, u_pos x) const (defined in UGraph) | UGraph | |
| getClippedText(const char *s, int len, u_pos x0, u_pos y0, int &charpos_begin, int &charpos_end, u_pos &xpos_begin, u_pos &xpos_end) const | UGraph | |
| getDisp() const | UGraph | |
| getImaSize(class UNatIma *, u_dim &w, u_dim &h) (defined in UGraph) | UGraph | [static] |
| getNatDisp() const (defined in UGraph) | UGraph | |
| getNatGraph() const (defined in UGraph) | UGraph | |
| getNatWin() const | UGraph | |
| getPixSize(class UNatPix *, u_dim &w, u_dim &h) (defined in UGraph) | UGraph | [static] |
| getSubTextSize(const UFontDesc &, const char *str, int str_len, u_dim &w, u_dim &h, u_dim available_width, int &sublen, int &change_line) const | UGraph | |
| getSubTextSize(const UFontDesc *, const char *str, int str_len, u_dim maxwidth, u_dim chw, u_dim *w, u_dim *h) const | UGraph | |
| getTextHeight(const UFont &) const (defined in UGraph) | UGraph | |
| getTextHeight(const UFontDesc &) const (defined in UGraph) | UGraph | |
| getTextSize(const UFont &, const UStr &, u_dim &width, u_dim &height) const (defined in UGraph) | UGraph | |
| getTextSize(const UFontDesc &, const char *str, int str_len, u_dim &width, u_dim &height) const (defined in UGraph) | UGraph | |
| getTextWidth(const UFont &, const UStr &) const (defined in UGraph) | UGraph | |
| getTextWidth(const UFontDesc &, const char *str, int str_len) const | UGraph | |
| getThickness() | UGraph | |
| getView() const | UGraph | |
| getWinGraph() const (defined in UGraph) | UGraph | |
| getXPos(const UFontDesc &, const char *str, int str_len, int char_pos) const | UGraph | |
| grabPointer(class UCursor *=null, bool confine_to_window=false) | UGraph | |
| isXORMode() (defined in UGraph) | UGraph | |
| setBgcolor(const UColor *) (defined in UGraph) | UGraph | |
| setBgcolor(const UColor &) | UGraph | |
| setClip(const URegion &) (defined in UGraph) | UGraph | |
| setClip(u_pos x, u_pos y, u_dim width, u_dim height) | UGraph | |
| setColor(const UColor *) (defined in UGraph) | UGraph | |
| setColor(const UColor &) | UGraph | |
| setCursor(const UCursor *) (defined in UGraph) | UGraph | |
| setCursor(const UCursor &) | UGraph | |
| setFont(const UFont *) (defined in UGraph) | UGraph | |
| setFont(const UFont &) (defined in UGraph) | UGraph | |
| setFont(const UFontDesc &) | UGraph | |
| setPaintMode() (defined in UGraph) | UGraph | |
| setThickness(int=0) | UGraph | |
| setWinClip(const URegion &) (defined in UGraph) | UGraph | |
| setWinClip(u_pos x, u_pos y, u_dim width, u_dim height) | UGraph | |
| setXORMode() (defined in UGraph) | UGraph | |
| UGraph() (defined in UGraph) | UGraph | |
| UGraph(class UView *) (defined in UGraph) | UGraph | |
| UGraph(class UEvent *) (defined in UGraph) | UGraph | |
| UGraph(class UEvent &) | UGraph | |
| ungrabPointer() | UGraph | |
| XToXwin(u_pos x_in_view) (defined in UGraph) | UGraph | |
| XwinToX(u_pos x_in_win) (defined in UGraph) | UGraph | |
| YToYwin(u_pos y_in_view) | UGraph | |
| YwintoY(u_pos y_in_win) | UGraph | |
| ~UGraph() (defined in UGraph) | UGraph | [virtual] |