Heart 1.3.842.34c2ab5
Heart is base back end library for your c++ Qt projects.
QH::PKG::DBVariant Struct Reference

The DBVariant struct contains QVariant value of the DBObjects member and it type. More...

#include <dbobject.h>

Collaboration diagram for QH::PKG::DBVariant:
Collaboration graph

Public Member Functions

 DBVariant ()
 
 DBVariant (const QVariant &value, MemberType type)
 

Public Attributes

QVariant value
 
MemberType type = MemberType::None
 

Detailed Description

The DBVariant struct contains QVariant value of the DBObjects member and it type.

Definition at line 70 of file dbobject.h.

Constructor & Destructor Documentation

◆ DBVariant() [1/2]

QH::PKG::DBVariant::DBVariant ( )

Definition at line 320 of file dbobject.cpp.

◆ DBVariant() [2/2]

QH::PKG::DBVariant::DBVariant ( const QVariant &  value,
MemberType  type 
)

Definition at line 324 of file dbobject.cpp.

Member Data Documentation

◆ type

MemberType QH::PKG::DBVariant::type = MemberType::None

Definition at line 75 of file dbobject.h.

◆ value

QVariant QH::PKG::DBVariant::value

Definition at line 74 of file dbobject.h.


The documentation for this struct was generated from the following files: