Developer Documentation
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
_
a
c
d
e
h
n
p
s
u
w
Typedefs
f
g
i
m
q
r
s
u
v
Enumerations
Enumerator
b
c
d
f
h
l
n
p
r
s
t
u
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
b
c
e
f
h
i
k
m
n
o
p
q
r
s
t
v
Enumerations
a
c
d
e
f
g
h
l
m
n
o
p
s
t
u
Enumerator
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
v
Properties
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
k
l
m
o
p
q
r
s
t
v
Functions
a
d
h
m
o
p
r
s
t
Variables
Typedefs
b
c
d
h
i
k
l
m
p
q
s
t
v
Enumerations
Enumerator
Macros
a
d
e
f
g
h
o
p
s
t
v
ScriptSettings.hh
1
#ifndef SCRIPTSETTINGS_HH
2
#define SCRIPTSETTINGS_HH
3
4
#include <QObject>
5
6
#if QT_VERSION_MAJOR < 6
7
#include <QScriptValue>
8
#endif
9
10
class
QWidget;
11
12
#if QT_VERSION_MAJOR < 6
13
class
QScriptContext;
14
#endif
15
16
class
ScriptSettings
:
public
QObject
17
{
18
Q_OBJECT
19
public
:
20
explicit
ScriptSettings
(QWidget *widget);
21
};
22
23
#if QT_VERSION_MAJOR < 6
24
QScriptValue createSettingsScriptObject(
25
QScriptContext *ctx,
26
QWidget *widget);
27
#endif
28
29
30
#endif
// SCRIPTSETTINGS_HH
ScriptSettings
Definition:
ScriptSettings.hh:17
Plugin-PropertyVis
ScriptObjects
ScriptSettings.hh
Generated on Wed Apr 9 2025 11:39:45 for Developer Documentation by
1.9.4