edbee - Qt Editor Library v0.11.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
edbee::BasicTextLineData< T > Class Template Reference

a simple class to store a QString in a line More...

#include <textlinedata.h>

+ Inheritance diagram for edbee::BasicTextLineData< T >:
+ Collaboration diagram for edbee::BasicTextLineData< T >:

Public Member Functions

 BasicTextLineData (const T &val)
 
value ()
 
void setValue (const T &value)
 
- Public Member Functions inherited from edbee::TextLineData
 TextLineData ()
 
virtual ~TextLineData ()
 

Detailed Description

template<typename T>
class edbee::BasicTextLineData< T >

a simple class to store a QString in a line

Constructor & Destructor Documentation

◆ BasicTextLineData()

template<typename T>
edbee::BasicTextLineData< T >::BasicTextLineData ( const T & val)
inline

Member Function Documentation

◆ setValue()

template<typename T>
void edbee::BasicTextLineData< T >::setValue ( const T & value)
inline

◆ value()

template<typename T>
T edbee::BasicTextLineData< T >::value ( )
inline

The documentation for this class was generated from the following file: