gwenhywfar
4.7.0beta
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
gui
cpp
cppwidget_p.hpp
Go to the documentation of this file.
1
/***************************************************************************
2
begin : Fri Jan 22 2010
3
copyright : (C) 2010 by Martin Preuss
4
email : martin@libchipcard.de
5
6
***************************************************************************
7
* Please see toplevel file COPYING for license details *
8
***************************************************************************/
9
10
#ifndef CPPWIDGET_P_HPP
11
#define CPPWIDGET_P_HPP
12
13
14
#include "
cppwidget.hpp
"
15
16
17
class
CppWidgetLinker
{
18
friend
class
CppWidget
;
19
20
static
GWENHYWFAR_CB
int
SetIntProperty(
GWEN_WIDGET
*w,
21
GWEN_DIALOG_PROPERTY
prop,
22
int
index,
23
int
value,
24
int
doSignal);
25
26
static
GWENHYWFAR_CB
int
GetIntProperty(
GWEN_WIDGET
*w,
27
GWEN_DIALOG_PROPERTY
prop,
28
int
index,
29
int
defaultValue);
30
31
static
GWENHYWFAR_CB
int
SetCharProperty(
GWEN_WIDGET
*w,
32
GWEN_DIALOG_PROPERTY
prop,
33
int
index,
34
const
char
*value,
35
int
doSignal);
36
37
static
GWENHYWFAR_CB
const
char
*GetCharProperty(
GWEN_WIDGET
*w,
38
GWEN_DIALOG_PROPERTY
prop,
39
int
index,
40
const
char
*defaultValue);
41
42
static
GWENHYWFAR_CB
int
AddChildGuiWidget(
GWEN_WIDGET
*w,
GWEN_WIDGET
*wChild);
43
44
45
static
GWENHYWFAR_CB
void
freeData(
void
*bp,
void
*p);
46
47
};
48
49
50
51
52
#endif
/* CPPDIALOG_P_HPP */
53
54
Generated on Wed Aug 21 2013 18:32:09 for gwenhywfar by
1.8.4