ADTF
Loading...
Searching...
No Matches
graph_element_editors.h File Reference
#include <adtf_utils.h>
#include <adtfbase/adtf_base.h>
#include <string>
#include <vector>
#include <utility>
Include dependency graph for graph_element_editors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  adtf
 Namespace for all functionality provided by ADTF and its SDKs.
 
namespace  adtf::streaming
 Namespace for the ADTF Streaming SDK.
 
namespace  adtf::streaming::hollow
 Namespace for all functionality of the ADTF Streaming SDK provided since v3.7.
 
namespace  adtf::streaming::spider
 Namespace for all functionality of the ADTF Streaming SDK provided since v3.18.
 

Functions

void adtf::streaming::giant::set_description (base::ant::IConfiguration &oConfig, const char *strDescription)
 
void adtf::streaming::giant::set_editor (base::ant::IConfiguration &oConfig, const char *strName, const char *strUrl)
 
void adtf::streaming::giant::set_editors (base::ant::IConfiguration &oConfig, const std::vector< std::pair< std::string, std::string > > &oEditors)
 
void adtf::streaming::hollow::set_help_link (base::ant::IConfiguration &oConfig, const char *strUrl)
 
void adtf::streaming::hollow::set_description (base::ant::IConfiguration &oConfig, const char *strItem, const char *strDescription)
 
std::string adtf::streaming::spider::get_help_link (base::ant::IConfiguration &oConfig)
 
void adtf::streaming::set_description (base::ant::IConfiguration &oConfig, const char *strDescription)
 
void adtf::streaming::set_editor (base::ant::IConfiguration &oConfig, const char *strName, const char *strUrl)
 
void adtf::streaming::set_editors (base::ant::IConfiguration &oConfig, const std::vector< std::pair< std::string, std::string > > &oEditors)
 
void adtf::streaming::set_help_link (base::ant::IConfiguration &oConfig, const char *strUrl)
 
void adtf::streaming::set_description (base::ant::IConfiguration &oConfig, const char *strItem, const char *strDescription)
 
std::string adtf::streaming::get_help_link (base::ant::IConfiguration &oConfig)
 

Detailed Description

Copyright © Audi Electronics Venture GmbH. All rights reserved

Function Documentation

◆ set_description()

void adtf::streaming::giant::set_description ( base::ant::IConfiguration & oConfig,
const char * strDescription )

Sets description information

See also
adtf::filter::cGraphObject::SetDescription()
Parameters
[in]oConfigThe configuration instance where the name and url will be stored
[in]strDescriptionThe description.
Returns
Standard result.

◆ set_editor()

void adtf::streaming::giant::set_editor ( base::ant::IConfiguration & oConfig,
const char * strName,
const char * strUrl )

Sets graph element editor information

See also
adtf::filter::cGraphObject::SetEditor()
Parameters
[in]oConfigThe configuration instance where the name and url will be stored
[in]strNameThe name of the editor.
[in]strUrlThe url to the editor (a qml file).
Returns
Standard result.

◆ set_editors()

void adtf::streaming::giant::set_editors ( base::ant::IConfiguration & oConfig,
const std::vector< std::pair< std::string, std::string > > & oEditors )

Sets multiple graph element editors

See also
adtf::filter::cGraphObject::SetEditor()
Parameters
[in]oConfigThe configuration instance where the names and urls will be stored
[in]oEditorsPairs of names and urls of the editors.
Returns
Standard result.