EZDraw++  1.2.2-3
Une mini-bibliothèque minimale pour réaliser un programme graphique en C++ sur Windows ou Linux
EZWindow Liste des membres

Liste complète des membres de EZWindow, y compris les membres hérités :

buttonPress(int mouse_x, int mouse_y, int button)EZWindowvirtual
buttonRelease(int mouse_x, int mouse_y, int button)EZWindowvirtual
clear() constEZWindow
close()EZWindowvirtual
configureNotify(int width, int height)EZWindowvirtual
currentEvent() constEZWindowinline
drawCircle(int x1, int y1, int x2, int y2) constEZWindow
drawLine(int x1, int y1, int x2, int y2) constEZWindow
drawPoint(int x, int y) constEZWindow
drawRectangle(int x1, int y1, int x2, int y2) constEZWindow
drawText(EZAlign align, int x, int y, const std::string &str) constEZWindow
drawText(EZAlign align, int x, int y, const char *str) constEZWindow
drawTriangle(int x1, int y1, int x2, int y2, int x3, int y3) constEZWindow
expose()EZWindowvirtual
EZWindow(int width=320, int height=200, const char *title="")EZWindow
fillCircle(int x1, int y1, int x2, int y2) constEZWindow
fillRectangle(int x1, int y1, int x2, int y2) constEZWindow
fillTriangle(int x1, int y1, int x2, int y2, int x3, int y3) constEZWindow
getGrey(unsigned long gray)EZWindowstatic
getHeight() constEZWindow
getHSV(double hue, double saturation, double value)EZWindowstatic
getRGB(EZuint8 red, EZuint8 green, EZuint8 blue)EZWindowstatic
getWidth() constEZWindow
HSVtoRGB(double hue, double saturation, double value, EZuint8 &red, EZuint8 &green, EZuint8 &blue)EZWindowstatic
isVisible() constEZWindowinline
keyPress(EZKeySym keysym)EZWindowvirtual
keyRelease(EZKeySym keysym)EZWindowvirtual
loadFont(int num, const char *name)EZWindow
motionNotify(int mouse_x, int mouse_y, int button)EZWindowvirtual
sendExpose() constEZWindow
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) constEZWindow
stopTimer() constEZWindow
timerNotify()EZWindowvirtual
~EZWindow()EZWindowvirtual