|
@@ -18,14 +18,6 @@ class EmClass(EmComponent):
|
18
|
18
|
|
19
|
19
|
ranked_in = 'classtype'
|
20
|
20
|
|
21
|
|
- ## @brief Specific EmClass fields
|
22
|
|
- # @see EditorialModel::components::EmComponent::_fields
|
23
|
|
- _fields = [
|
24
|
|
- ('classtype', ftypes.EmField_char),
|
25
|
|
- ('icon', ftypes.EmField_icon),
|
26
|
|
- ('sortcolumn', ftypes.EmField_char)
|
27
|
|
- ]
|
28
|
|
-
|
29
|
21
|
## EmClass instanciation
|
30
|
22
|
# @todo Classtype initialisation and test is not good EmClassType should give an answer or something like that
|
31
|
23
|
# @todo defines types check for icon and sortcolumn
|