C++ Web Framework  3.0
Public Slots | Public Member Functions | List of all members
CSTLCompilerObject Class Reference

The Properties class is an auxiliar class to the CSTLCompiler. More...

#include <cstlcompilerobject.h>

Inheritance diagram for CSTLCompilerObject:
Inheritance graph
[legend]

Public Slots

QString getValue () const noexcept
 Returns the value. More...
 
void setValue (const QString &value) noexcept
 Sets the value. More...
 
QString getType () const noexcept
 Returns the type. More...
 
void setType (const QString &value) noexcept
 Sets the type. More...
 

Public Member Functions

 CSTLCompilerObject (QObject *parent=nullptr)
 This constructor can set the CSTLCompilerObject's parent. More...
 

Detailed Description

The Properties class is an auxiliar class to the CSTLCompiler.

Constructor & Destructor Documentation

◆ CSTLCompilerObject()

CSTLCompilerObject::CSTLCompilerObject ( QObject *  parent = nullptr)
inlineexplicit

This constructor can set the CSTLCompilerObject's parent.

Parameters
QObject*parent : parent.

Member Function Documentation

◆ getType

QString CSTLCompilerObject::getType ( ) const
inlineslotnoexcept

Returns the type.

Returns
QString : Type.

◆ getValue

QString CSTLCompilerObject::getValue ( ) const
inlineslotnoexcept

Returns the value.

Returns
QString : Value.

◆ setType

void CSTLCompilerObject::setType ( const QString &  value)
inlineslotnoexcept

Sets the type.

Parameters
constQString &value : Type.

◆ setValue

void CSTLCompilerObject::setValue ( const QString &  value)
inlineslotnoexcept

Sets the value.

Parameters
constQString &value : Value.

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