HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_QTTablet.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: UT_QTTablet.h (UT Library, C++)
7  *
8  * COMMENTS:
9  * Tablet support functions for Qt
10  */
11 #ifndef __UT_QTTablet__
12 #define __UT_QTTablet__
13 
14 #include "UT_API.h"
15 
16 class UT_TabletState;
17 
18 // Toggles whether there is a tablet installed.
19 UT_API void QTtabletSetInstalled(bool installed);
20 // Overwrites the current state with the given one.
22 
23 #endif
#define UT_API
Definition: UT_API.h:14
UT_API void QTtabletSetTabletState(const UT_TabletState &state)
UT_API void QTtabletSetInstalled(bool installed)