LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
TwoStringErrorInfo Class Referencefinal

#include <errinf.hxx>

Inheritance diagram for TwoStringErrorInfo:
[legend]
Collaboration diagram for TwoStringErrorInfo:
[legend]

Public Member Functions

 TwoStringErrorInfo (ErrCode nUserID, OUString aTheArg1, OUString aTheArg2, DialogMask nMask)
 
const OUString & GetArg1 () const
 
const OUString & GetArg2 () const
 
- Public Member Functions inherited from DynamicErrorInfo
 DynamicErrorInfo (ErrCode nUserId, DialogMask nMask)
 
virtual ~DynamicErrorInfo () override
 
 operator ErrCode () const
 
DialogMask GetDialogMask () const
 
- Public Member Functions inherited from ErrorInfo
 ErrorInfo (ErrCode nArgUserId)
 
virtual ~ErrorInfo ()
 
ErrCode const & GetErrorCode () const
 

Private Attributes

OUString aArg1
 
OUString aArg2
 

Additional Inherited Members

- Static Public Member Functions inherited from ErrorInfo
static std::unique_ptr< ErrorInfoGetErrorInfo (ErrCode)
 

Detailed Description

Definition at line 192 of file errinf.hxx.

Constructor & Destructor Documentation

◆ TwoStringErrorInfo()

TwoStringErrorInfo::TwoStringErrorInfo ( ErrCode  nUserID,
OUString  aTheArg1,
OUString  aTheArg2,
DialogMask  nMask 
)
inline

Definition at line 195 of file errinf.hxx.

Member Function Documentation

◆ GetArg1()

const OUString & TwoStringErrorInfo::GetArg1 ( ) const
inline

Definition at line 199 of file errinf.hxx.

◆ GetArg2()

const OUString & TwoStringErrorInfo::GetArg2 ( ) const
inline

Definition at line 200 of file errinf.hxx.

Member Data Documentation

◆ aArg1

OUString TwoStringErrorInfo::aArg1
private

Definition at line 203 of file errinf.hxx.

◆ aArg2

OUString TwoStringErrorInfo::aArg2
private

Definition at line 204 of file errinf.hxx.


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