tests/arthur/common/paintcommands.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   237     void command_pixmap_setMask(QRegExp re);
   237     void command_pixmap_setMask(QRegExp re);
   238     void command_bitmap_load(QRegExp re);
   238     void command_bitmap_load(QRegExp re);
   239     void command_image_convertToFormat(QRegExp re);
   239     void command_image_convertToFormat(QRegExp re);
   240     void command_image_load(QRegExp re);
   240     void command_image_load(QRegExp re);
   241     void command_image_setColor(QRegExp re);
   241     void command_image_setColor(QRegExp re);
   242     void command_image_setNumColors(QRegExp re);
   242     void command_image_setColorCount(QRegExp re);
   243 
   243 
   244     // commands: transformation
   244     // commands: transformation
   245     void command_resetMatrix(QRegExp re);
   245     void command_resetMatrix(QRegExp re);
   246     void command_translate(QRegExp re);
   246     void command_translate(QRegExp re);
   247     void command_rotate(QRegExp re);
   247     void command_rotate(QRegExp re);