-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
25 lines (19 loc) · 761 Bytes
/
NAMESPACE
File metadata and controls
25 lines (19 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
import(methods)
importFrom(objectSignals, declareSignal, Signal, fieldWithPrototype)
importFrom(utils, head)
exportClasses(PropertySet, Color, ColorEnum, GlyphEnum,
SingleEnum,
MultipleEnum, Enum,
PositiveInteger, NonnegativeInteger,
NegativeInteger, NonpositiveInteger,
NumericWithRange, IntegerWithRange,
NumericWithMin0Max1)
export(setSingleEnum, setMultipleEnum,
setColorEnum, setGlyphEnum,
PositiveInteger, NonnegativeInteger,
NegativeInteger, NonpositiveInteger,
setNumericWithRange, setIntegerWithRange,
SingleEnum, MultipleEnum,
Color)
exportMethods(as.list, levels, "levels<-")
export(properties, setPropertySet, Color)