1 //******************************************************************************
2 //  Copyright (c) 2005-2013 by Jan Van hijfte
3 //
4 //  See the included file COPYING.TXT for details about the copyright.
5 //
6 //  This program is distributed in the hope that it will be useful,
7 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
8 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9 //******************************************************************************
10 
11 
12 #ifndef QABSTRACTITEMDELEGATE_HOOK_C_H
13 #define QABSTRACTITEMDELEGATE_HOOK_C_H
14 
15 #include "qabstractitemdelegate_hook.h"
16 
17 C_EXPORT QAbstractItemDelegate_hookH QAbstractItemDelegate_hook_Create(QObjectH handle);
18 C_EXPORT void QAbstractItemDelegate_hook_Destroy(QAbstractItemDelegate_hookH handle);
19 C_EXPORT void QAbstractItemDelegate_hook_hook_commitData(QAbstractItemDelegate_hookH handle, QHookH hook);
20 C_EXPORT void QAbstractItemDelegate_hook_hook_closeEditor(QAbstractItemDelegate_hookH handle, QHookH hook);
21 C_EXPORT void QAbstractItemDelegate_hook_hook_closeEditor2(QAbstractItemDelegate_hookH handle, QHookH hook);
22 C_EXPORT void QAbstractItemDelegate_hook_hook_sizeHintChanged(QAbstractItemDelegate_hookH handle, QHookH hook);
23 
24 #endif
25