ADTF
Loading...
Searching...
No Matches
graph_element_editors.h
Go to the documentation of this file.
1
7#pragma once
8#include <adtf_utils.h>
10
11#include <string>
12#include <vector>
13#include <utility>
14
15namespace adtf
16{
17namespace streaming
18{
19namespace giant
20{
21
31void set_description(base::ant::IConfiguration& oConfig, const char* strDescription);
32
43void set_editor(base::ant::IConfiguration& oConfig, const char* strName, const char* strUrl);
44
54void set_editors(base::ant::IConfiguration& oConfig, const std::vector<std::pair<std::string, std::string>>& oEditors);
55
56}
57
58namespace hollow
59{
60
66void set_help_link(base::ant::IConfiguration& oConfig, const char* strUrl);
67
74void set_description(base::ant::IConfiguration& oConfig, const char* strItem, const char* strDescription);
75
76}
77
78namespace spider
79{
86}
87
94
95}
96}
Definition configuration_intf.h:24
void set_editors(base::ant::IConfiguration &oConfig, const std::vector< std::pair< std::string, std::string > > &oEditors)
void set_editor(base::ant::IConfiguration &oConfig, const char *strName, const char *strUrl)
void set_description(base::ant::IConfiguration &oConfig, const char *strDescription)
Namespace for all functionality of the ADTF Streaming SDK provided since v3.7.
Definition filtergraphport.h:443
void set_help_link(base::ant::IConfiguration &oConfig, const char *strUrl)
void set_description(base::ant::IConfiguration &oConfig, const char *strItem, const char *strDescription)
Namespace for all functionality of the ADTF Streaming SDK provided since v3.18.
Definition graph_element_editors.h:79
std::string get_help_link(base::ant::IConfiguration &oConfig)
Namespace for the ADTF Streaming SDK.
Definition bindingproxyinport.h:14
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14