ADTF  3.18.2
qt_string_intf.h File Reference

Copyright © Audi Electronics Venture GmbH. More...

Go to the source code of this file.

Classes

class  cQtIStringImpl
 Specialisation for QString class, because the QString stores values as unsigned short. More...
 
struct  adtf_string< QString >
 

Namespaces

 adtf
 Namespace for entire ADTF SDK.
 
 adtf::ui
 Namespace for the ADTF UI SDK.
 
 adtf::ui::ant
 Namespace for all functionality of the ADTF UI SDK provided since v3.0.
 
 adtf::base
 Namespace for the ADTF Base SDK.
 
 adtf::base::ant
 Namespace for all functionality of the ADTF Base SDK provided since v3.0.
 

Macros

#define adtf_qstring_intf(q_string_val)   ::adtf::ui::cQtIStringImpl(& (q_string_val))
 Macro to create an rvalue reference to an QString. More...
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file qt_string_intf.h.

Macro Definition Documentation

◆ adtf_qstring_intf

#define adtf_qstring_intf (   q_string_val)    ::adtf::ui::cQtIStringImpl(& (q_string_val))

Macro to create an rvalue reference to an QString.

Parameters
q_string_valThe QString variable to create the rvalue reference to.
See also
adtf::ui::cQtIStringImpl

Definition at line 120 of file qt_string_intf.h.