Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CFXJSE_MapModule Class Reference

#include <cfxjse_mapmodule.h>

+ Collaboration diagram for CFXJSE_MapModule:

Public Member Functions

 CFXJSE_MapModule ()
 
 ~CFXJSE_MapModule ()
 
 CFXJSE_MapModule (const CFXJSE_MapModule &that)=delete
 
CFXJSE_MapModuleoperator= (const CFXJSE_MapModule &that)=delete
 
void SetValue (uint32_t key, int32_t value)
 
void SetString (uint32_t key, const WideString &wsString)
 
void SetMeasurement (uint32_t key, const CXFA_Measurement &measurement)
 
absl::optional< int32_t > GetValue (uint32_t key) const
 
absl::optional< WideStringGetString (uint32_t key) const
 
absl::optional< CXFA_MeasurementGetMeasurement (uint32_t key) const
 
bool HasKey (uint32_t key) const
 
void RemoveKey (uint32_t key)
 
void MergeDataFrom (const CFXJSE_MapModule *pSrc)
 

Detailed Description

Definition at line 19 of file cfxjse_mapmodule.h.

Constructor & Destructor Documentation

◆ CFXJSE_MapModule() [1/2]

CFXJSE_MapModule::CFXJSE_MapModule ( )
default

◆ ~CFXJSE_MapModule()

CFXJSE_MapModule::~CFXJSE_MapModule ( )
default

◆ CFXJSE_MapModule() [2/2]

CFXJSE_MapModule::CFXJSE_MapModule ( const CFXJSE_MapModule & that)
delete

Member Function Documentation

◆ GetMeasurement()

absl::optional< CXFA_Measurement > CFXJSE_MapModule::GetMeasurement ( uint32_t key) const

Definition at line 49 of file cfxjse_mapmodule.cpp.

◆ GetString()

absl::optional< WideString > CFXJSE_MapModule::GetString ( uint32_t key) const

Definition at line 42 of file cfxjse_mapmodule.cpp.

◆ GetValue()

absl::optional< int32_t > CFXJSE_MapModule::GetValue ( uint32_t key) const

Definition at line 35 of file cfxjse_mapmodule.cpp.

◆ HasKey()

bool CFXJSE_MapModule::HasKey ( uint32_t key) const

Definition at line 57 of file cfxjse_mapmodule.cpp.

Referenced by TEST(), TEST(), and TEST().

+ Here is the caller graph for this function:

◆ MergeDataFrom()

void CFXJSE_MapModule::MergeDataFrom ( const CFXJSE_MapModule * pSrc)

Definition at line 69 of file cfxjse_mapmodule.cpp.

Referenced by CJX_Object::MergeAllData(), and TEST().

+ Here is the caller graph for this function:

◆ operator=()

CFXJSE_MapModule & CFXJSE_MapModule::operator= ( const CFXJSE_MapModule & that)
delete

◆ RemoveKey()

void CFXJSE_MapModule::RemoveKey ( uint32_t key)

Definition at line 63 of file cfxjse_mapmodule.cpp.

Referenced by TEST().

+ Here is the caller graph for this function:

◆ SetMeasurement()

void CFXJSE_MapModule::SetMeasurement ( uint32_t key,
const CXFA_Measurement & measurement )

Definition at line 28 of file cfxjse_mapmodule.cpp.

Referenced by TEST(), TEST(), and TEST().

+ Here is the caller graph for this function:

◆ SetString()

void CFXJSE_MapModule::SetString ( uint32_t key,
const WideString & wsString )

Definition at line 22 of file cfxjse_mapmodule.cpp.

Referenced by TEST(), TEST(), and TEST().

+ Here is the caller graph for this function:

◆ SetValue()

void CFXJSE_MapModule::SetValue ( uint32_t key,
int32_t value )

Definition at line 16 of file cfxjse_mapmodule.cpp.

Referenced by TEST(), TEST(), and TEST().

+ Here is the caller graph for this function:

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