QTfrontend/binds.h
changeset 2428 6800f8aa0184
parent 2379 d62b1f224982
child 2948 3f21a9dc93d0
equal deleted inserted replaced
2427:241e3bb6a146 2428:6800f8aa0184
    19 #ifndef BINDS_H
    19 #ifndef BINDS_H
    20 #define BINDS_H
    20 #define BINDS_H
    21 
    21 
    22 #include <QString>
    22 #include <QString>
    23 
    23 
    24 #define BINDS_NUMBER 39
    24 #ifdef _WIN32
       
    25 #define BINDS_NUMBER 42
       
    26 #else
       
    27 #define BINDS_NUMBER 43
       
    28 #endif
    25 
    29 
    26 struct BindAction
    30 struct BindAction
    27 {
    31 {
    28 	QString action;
    32 	QString action;
    29 	QString strbind;
    33 	QString strbind;
    30 	const char * name;
    34 	const char * name;
    31 	bool chwidget;
    35 	const char * category;
       
    36 	const char * description;
    32 };
    37 };
    33 
    38 
    34 extern const BindAction cbinds[BINDS_NUMBER];
    39 extern const BindAction cbinds[BINDS_NUMBER];
    35 
    40 
    36 #endif // BINDS_H
    41 #endif // BINDS_H