Qore DataProvider Module Reference 3.0
Loading...
Searching...
No Matches
RgbColorDataType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace DataProvider {
29
30public:
31 const Fields = ...;
32
33
34 constructor(Type base_type, string name) ;
35
36};
37
40
41public:
42 constructor() ;
43
44};
45
48
49public:
50 constructor() ;
51
52};
53
56
59};
describes a data type based on a hash
Definition HashDataType.qc.dox.h:36
string name
The name of the type; if not set then the name of "type" is used instead.
Definition QoreDataType.qc.dox.h:54
RGB color data type.
Definition RgbColorDataType.qc.dox.h:28
RGB color data type.
Definition RgbColorDataType.qc.dox.h:39
RGB color "or nothing" data type.
Definition RgbColorDataType.qc.dox.h:47
Qore AbstractDataField class definition.
Definition AbstractDataField.qc.dox.h:27
const RgbColorDataType
RGB color data type.
Definition RgbColorDataType.qc.dox.h:55
const RgbColorOrNothingDataType
RGB color "or nothing" data type constant.
Definition RgbColorDataType.qc.dox.h:58