Choreonoid
1.8
Main Page
Related Pages
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
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
p
q
r
s
t
v
w
z
Enumerations
Enumerator
a
b
c
d
f
g
i
k
l
m
n
p
s
t
u
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
l
m
n
o
p
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
i
l
n
p
r
s
t
u
v
Enumerations
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Properties
Related Functions
b
c
d
e
f
g
h
i
j
l
m
o
p
r
s
t
v
w
y
Files
File List
File Members
All
Functions
Variables
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Base
ScriptItem.h
Go to the documentation of this file.
1
6
#ifndef CNOID_BASE_SCRIPT_ITEM_H
7
#define CNOID_BASE_SCRIPT_ITEM_H
8
9
#include "
AbstractTextItem.h
"
10
#include "exportdecl.h"
11
12
namespace
cnoid
{
13
14
class
CNOID_EXPORT
ScriptItem
:
public
AbstractTextItem
15
{
16
public
:
17
static
void
initializeClass(
ExtensionManager
* ext);
18
19
ScriptItem
();
20
ScriptItem
(
const
ScriptItem
& org);
21
22
virtual
const
std::string& textFilename()
const
;
23
virtual
const
std::string& scriptFilename()
const
= 0;
24
25
virtual
std::string identityName()
const
;
26
27
virtual
void
setBackgroundMode(
bool
on) = 0;
28
virtual
bool
isBackgroundMode()
const
;
29
virtual
bool
isRunning()
const
;
30
31
virtual
bool
execute() = 0;
32
37
virtual
bool
executeCode(
const
char
* code);
38
45
virtual
bool
waitToFinish(
double
timeout = 0.0);
46
47
virtual
std::string resultString()
const
;
48
49
virtual
SignalProxy
<void()> sigScriptFinished() = 0;
50
51
virtual
bool
terminate() = 0;
52
53
protected
:
54
virtual
~
ScriptItem
();
55
};
56
57
typedef
ref_ptr<ScriptItem>
ScriptItemPtr
;
58
}
59
60
#endif
cnoid::AbstractTextItem
Definition:
AbstractTextItem.h:14
cnoid::ScriptItem
Definition:
ScriptItem.h:14
cnoid::ExtensionManager
Definition:
ExtensionManager.h:23
AbstractTextItem.h
cnoid::ref_ptr
Definition:
Referenced.h:103
cnoid
Definition:
AbstractSceneLoader.h:11
cnoid::ScriptItemPtr
ref_ptr< ScriptItem > ScriptItemPtr
Definition:
ScriptItem.h:57
cnoid::SignalProxy
Definition:
Signal.h:470
Generated by
1.8.17