100 #endif // TESSELATION_H
void setWidth(int w)
Ajusta el ancho del mosaico.
Definition: tessellation.cpp:66
void setRotation(int r)
Ajusta la rotacion del mosaico.
Definition: tessellation.cpp:57
int height
Definition: tessellation.h:96
void paintEvent(QPaintEvent *)
Pinta un mosaico en la pantalla cada ves que ocurre un evento de pintar.
Definition: tessellation.cpp:86
Definition: tessellation.h:11
int rotation
Definition: tessellation.h:95
void setHeight(int h)
Ajusta la altura del mosaico.
Definition: tessellation.cpp:76
int width
Definition: tessellation.h:96
int getHeight()
Devuelve la altura del mosaico.
Definition: tessellation.cpp:47
Tessellation(QWidget *parent=0)
Constructor. Crea un mosaico como este:
Definition: tessellation.cpp:12
int getWidth()
Devuelve el ancho del mosaico.
Definition: tessellation.cpp:38
int getRotation()
Devuelve la rotacion.
Definition: tessellation.cpp:29