|
EZDraw++
1.2.2-3
Une mini-bibliothèque minimale pour réaliser un programme graphique en C++ sur Windows ou Linux
|
Liste complète des membres de EZWindow, y compris les membres hérités :
| buttonPress(int mouse_x, int mouse_y, int button) | EZWindow | virtual |
| buttonRelease(int mouse_x, int mouse_y, int button) | EZWindow | virtual |
| clear() const | EZWindow | |
| close() | EZWindow | virtual |
| configureNotify(int width, int height) | EZWindow | virtual |
| currentEvent() const | EZWindow | inline |
| drawCircle(int x1, int y1, int x2, int y2) const | EZWindow | |
| drawLine(int x1, int y1, int x2, int y2) const | EZWindow | |
| drawPoint(int x, int y) const | EZWindow | |
| drawRectangle(int x1, int y1, int x2, int y2) const | EZWindow | |
| drawText(EZAlign align, int x, int y, const std::string &str) const | EZWindow | |
| drawText(EZAlign align, int x, int y, const char *str) const | EZWindow | |
| drawTriangle(int x1, int y1, int x2, int y2, int x3, int y3) const | EZWindow | |
| expose() | EZWindow | virtual |
| EZWindow(int width=320, int height=200, const char *title="") | EZWindow | |
| fillCircle(int x1, int y1, int x2, int y2) const | EZWindow | |
| fillRectangle(int x1, int y1, int x2, int y2) const | EZWindow | |
| fillTriangle(int x1, int y1, int x2, int y2, int x3, int y3) const | EZWindow | |
| getGrey(unsigned long gray) | EZWindow | static |
| getHeight() const | EZWindow | |
| getHSV(double hue, double saturation, double value) | EZWindow | static |
| getRGB(EZuint8 red, EZuint8 green, EZuint8 blue) | EZWindow | static |
| getWidth() const | EZWindow | |
| HSVtoRGB(double hue, double saturation, double value, EZuint8 &red, EZuint8 &green, EZuint8 &blue) | EZWindow | static |
| isVisible() const | EZWindow | inline |
| keyPress(EZKeySym keysym) | EZWindow | virtual |
| keyRelease(EZKeySym keysym) | EZWindow | virtual |
| loadFont(int num, const char *name) | EZWindow | |
| motionNotify(int mouse_x, int mouse_y, int button) | EZWindow | virtual |
| sendExpose() const | EZWindow | |
| setColor(EZColor color) | EZWindow | |
| setDoubleBuffer(bool state=true) | EZWindow | |
| setFont(int num) | EZWindow | |
| setHeight(unsigned int height) | EZWindow | |
| setThick(int thick=1) | EZWindow | |
| setVisible(bool visible=true) | EZWindow | |
| setWidth(unsigned int width) | EZWindow | |
| setWidthHeight(unsigned int width, unsigned int height) | EZWindow | |
| startTimer(unsigned int delay) const | EZWindow | |
| stopTimer() const | EZWindow | |
| timerNotify() | EZWindow | virtual |
| ~EZWindow() | EZWindow | virtual |
1.8.13