eVaf
|
INI file value in the internal cache. More...
#include <Common/inifile_p.h>
Public Member Functions | |
IniFileValue (quint64 pos) | |
Public Attributes | |
quint64 | filePos |
File position. More... | |
QByteArray | name |
Key name of the parameter. More... | |
QByteArray | paramValue |
Value from the INI file. More... | |
bool | thisOsOnly |
Flag indicating that this value is valid on this OS only. More... | |
QVariant | value |
Value converted to the final type (defaults to QVariant::Invalid. More... | |
INI file value in the internal cache.
Definition at line 39 of file inifile_p.h.
|
inline |
Definition at line 43 of file inifile_p.h.
quint64 eVaf::Common::Internal::IniFileValue::filePos |
File position.
Offset of the parameter in the INI file. By seeking the file to this offset value, the next character read or written will be the beginning of the key name.
Definition at line 55 of file inifile_p.h.
QByteArray eVaf::Common::Internal::IniFileValue::name |
Key name of the parameter.
Definition at line 60 of file inifile_p.h.
QByteArray eVaf::Common::Internal::IniFileValue::paramValue |
Value from the INI file.
Definition at line 65 of file inifile_p.h.
bool eVaf::Common::Internal::IniFileValue::thisOsOnly |
Flag indicating that this value is valid on this OS only.
Definition at line 75 of file inifile_p.h.
QVariant eVaf::Common::Internal::IniFileValue::value |
Value converted to the final type (defaults to QVariant::Invalid.
Definition at line 70 of file inifile_p.h.