ADTF  3.18.2
graph_element_editors.h
Go to the documentation of this file.
1 
7 #pragma once
8 #include <adtf_utils.h>
9 #include <adtfbase/adtf_base.h>
10 
11 #include <string>
12 #include <vector>
13 #include <utility>
14 
15 namespace adtf
16 {
17 namespace streaming
18 {
19 namespace giant
20 {
21 
31 void set_description(base::ant::IConfiguration& oConfig, const char* strDescription);
32 
43 void set_editor(base::ant::IConfiguration& oConfig, const char* strName, const char* strUrl);
44 
54 void set_editors(base::ant::IConfiguration& oConfig, const std::vector<std::pair<std::string, std::string>>& oEditors);
55 
56 }
57 
58 namespace hollow
59 {
60 
66 void set_help_link(base::ant::IConfiguration& oConfig, const char* strUrl);
67 
74 void set_description(base::ant::IConfiguration& oConfig, const char* strItem, const char* strDescription);
75 
76 }
77 
78 namespace spider
79 {
86 }
87 
89 using giant::set_editor;
90 using giant::set_editors;
94 
95 }
96 }
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
ucom Interface to a objects configuration.
void set_editor(base::ant::IConfiguration &oConfig, const char *strName, const char *strUrl)
Sets graph element editor information.
void set_description(base::ant::IConfiguration &oConfig, const char *strDescription)
Sets description information.
void set_editors(base::ant::IConfiguration &oConfig, const std::vector< std::pair< std::string, std::string >> &oEditors)
Sets multiple graph element editors.
void set_help_link(base::ant::IConfiguration &oConfig, const char *strUrl)
Set the link to the corresponding help/documentation.
void set_description(base::ant::IConfiguration &oConfig, const char *strItem, const char *strDescription)
Set the description for a specified item of the graph object.
std::string get_help_link(base::ant::IConfiguration &oConfig)
Get the link to the corresponding help/documentation set by hollow::set_help_link.
Namespace for entire ADTF SDK.