#include <cassert>
#include <cstring>
#include <iostream>
#include <iomanip>
#include <Magick++.h>
#include "WacomIntuos4LED.h"
Go to the source code of this file.
Defines | |
#define | WAC_VENDOR_ID 0x056a |
#define | WAC_INTUOS4_M_PRODUCT_ID 0x00b9 |
#define | WAC_USB_TIMEOUT 100 |
#define | WAC_USB_RETRIES 10 |
#define | ICON_WIDTH 64 |
#define | ICON_HEIGHT 16 |
Variables | |
const unsigned char | icon_alt [1024] |
const unsigned char | icon_arrow_up [1024] |
const unsigned char | icon_blank [1024] |
const unsigned char | icon_button_1 [1024] |
const unsigned char | icon_button_2 [1024] |
const unsigned char | icon_button_3 [1024] |
const unsigned char | icon_button_4 [1024] |
const unsigned char | icon_button_5 [1024] |
const unsigned char | icon_button_6 [1024] |
const unsigned char | icon_button_7 [1024] |
const unsigned char | icon_button_8 [1024] |
const unsigned char | icon_ctrl [1024] |
const unsigned char | icon_debian_logo [1024] |
const unsigned char | icon_number_1 [1024] |
const unsigned char | icon_number_2 [1024] |
const unsigned char | icon_number_3 [1024] |
const unsigned char | icon_number_4 [1024] |
const unsigned char | icon_number_5 [1024] |
const unsigned char | icon_number_6 [1024] |
const unsigned char | icon_number_7 [1024] |
const unsigned char | icon_number_8 [1024] |
const unsigned char | icon_redo [1024] |
const unsigned char | icon_save [1024] |
const unsigned char | icon_shift [1024] |
const unsigned char | icon_space [1024] |
const unsigned char | icon_tux [1024] |
const unsigned char | icon_undo [1024] |
const unsigned char | icon_wacom_logo [1024] |
const unsigned char | icon_zoom_in [1024] |
const unsigned char | icon_zoom_out [1024] |
#define ICON_HEIGHT 16 |
Definition at line 23 of file WacomIntuos4LED.cpp.
#define ICON_WIDTH 64 |
Definition at line 22 of file WacomIntuos4LED.cpp.
#define WAC_INTUOS4_M_PRODUCT_ID 0x00b9 |
Definition at line 19 of file WacomIntuos4LED.cpp.
#define WAC_USB_RETRIES 10 |
Definition at line 21 of file WacomIntuos4LED.cpp.
#define WAC_USB_TIMEOUT 100 |
Definition at line 20 of file WacomIntuos4LED.cpp.
#define WAC_VENDOR_ID 0x056a |
Definition at line 18 of file WacomIntuos4LED.cpp.
const unsigned char icon_alt[1024] |
Definition at line 8 of file icon-library.cpp.
const unsigned char icon_arrow_up[1024] |
Definition at line 75 of file icon-library.cpp.
const unsigned char icon_blank[1024] |
Definition at line 142 of file icon-library.cpp.
const unsigned char icon_button_1[1024] |
Definition at line 209 of file icon-library.cpp.
const unsigned char icon_button_2[1024] |
Definition at line 275 of file icon-library.cpp.
const unsigned char icon_button_3[1024] |
Definition at line 341 of file icon-library.cpp.
const unsigned char icon_button_4[1024] |
Definition at line 407 of file icon-library.cpp.
const unsigned char icon_button_5[1024] |
Definition at line 473 of file icon-library.cpp.
const unsigned char icon_button_6[1024] |
Definition at line 539 of file icon-library.cpp.
const unsigned char icon_button_7[1024] |
Definition at line 605 of file icon-library.cpp.
const unsigned char icon_button_8[1024] |
Definition at line 671 of file icon-library.cpp.
const unsigned char icon_ctrl[1024] |
Definition at line 738 of file icon-library.cpp.
const unsigned char icon_debian_logo[1024] |
Definition at line 805 of file icon-library.cpp.
const unsigned char icon_number_1[1024] |
Definition at line 872 of file icon-library.cpp.
const unsigned char icon_number_2[1024] |
Definition at line 938 of file icon-library.cpp.
const unsigned char icon_number_3[1024] |
Definition at line 1004 of file icon-library.cpp.
const unsigned char icon_number_4[1024] |
Definition at line 1070 of file icon-library.cpp.
const unsigned char icon_number_5[1024] |
Definition at line 1136 of file icon-library.cpp.
const unsigned char icon_number_6[1024] |
Definition at line 1202 of file icon-library.cpp.
const unsigned char icon_number_7[1024] |
Definition at line 1268 of file icon-library.cpp.
const unsigned char icon_number_8[1024] |
Definition at line 1334 of file icon-library.cpp.
const unsigned char icon_redo[1024] |
Definition at line 1555 of file icon-library.cpp.
const unsigned char icon_save[1024] |
Definition at line 1401 of file icon-library.cpp.
const unsigned char icon_shift[1024] |
Definition at line 1488 of file icon-library.cpp.
const unsigned char icon_space[1024] |
Definition at line 1977 of file icon-library.cpp.
const unsigned char icon_tux[1024] |
Definition at line 1622 of file icon-library.cpp.
const unsigned char icon_undo[1024] |
Definition at line 1709 of file icon-library.cpp.
const unsigned char icon_wacom_logo[1024] |
Definition at line 1910 of file icon-library.cpp.
const unsigned char icon_zoom_in[1024] |
Definition at line 1776 of file icon-library.cpp.
const unsigned char icon_zoom_out[1024] |
Definition at line 1843 of file icon-library.cpp.