summaryrefslogtreecommitdiff
path: root/qface/idl/profile.py
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen@ryannel.org>2018-03-07 18:54:26 +0100
committerJuergen Bocklage-Ryannel <juergen@ryannel.org>2018-03-07 18:54:26 +0100
commit7a06dde5e8c28173b8509786d11f1fae5e7a3506 (patch)
treed25789ba5b56c9248d479050d466f264ff745bd7 /qface/idl/profile.py
parent183aeabc79e8d0791d9b6583923a3bd091663686 (diff)
downloadqtivi-qface-7a06dde5e8c28173b8509786d11f1fae5e7a3506.tar.gz
add initial support for profiles and a map with a value type only.
e.g. map<Station>. The key type is defined by the generator.
Diffstat (limited to 'qface/idl/profile.py')
-rw-r--r--qface/idl/profile.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/qface/idl/profile.py b/qface/idl/profile.py
index eeade91..24c6be2 100644
--- a/qface/idl/profile.py
+++ b/qface/idl/profile.py
@@ -26,13 +26,12 @@ class EFeature(Enum):
class EProfile(Enum):
BASIC = 'basic'
ADVANCED = 'advanced'
- FULL = 'full'
+ ALL = 'all'
_profiles = {
EProfile.BASIC: set(),
EProfile.ADVANCED: set([
- EFeature.CONST_PROPERTY,
EFeature.EXTEND_INTERFACE,
EFeature.IMPORT,
EFeature.MAPS