CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
CFxUIUrl Class Reference

#include <FxUIUrl.h>

Public Member Functions

 CFxUIUrl ()
 
 CFxUIUrl (const CFxUIString &url)
 
 CFxUIUrl (const CFxUIUrl &url)
 
 CFxUIUrl (const QUrl &url)
 
 ~CFxUIUrl ()
 
CFxUIUrloperator= (const CFxUIUrl &url)
 
CFxUIUrloperator= (const CFxUIString &url)
 
 operator const QUrl & () const
 
CFxUIString toDisplayString () const
 
CFxUIByteArray toEncoded () const
 

Protected Attributes

CFxUIUrlImpl * m_pImpl = nullptr
 

Detailed Description

Definition at line 30 of file FxUIUrl.h.

Constructor & Destructor Documentation

◆ CFxUIUrl() [1/4]

CFxUIUrl::CFxUIUrl ( )

Constructor

◆ CFxUIUrl() [2/4]

CFxUIUrl::CFxUIUrl ( const CFxUIString & url)

Parameterized Constructor

◆ CFxUIUrl() [3/4]

CFxUIUrl::CFxUIUrl ( const CFxUIUrl & url)

Copy Constructor

◆ CFxUIUrl() [4/4]

CFxUIUrl::CFxUIUrl ( const QUrl & url)

◆ ~CFxUIUrl()

CFxUIUrl::~CFxUIUrl ( )

Destructor

Member Function Documentation

◆ operator const QUrl &()

CFxUIUrl::operator const QUrl & ( ) const

◆ operator=() [1/2]

CFxUIUrl & CFxUIUrl::operator= ( const CFxUIString & url)

◆ operator=() [2/2]

CFxUIUrl & CFxUIUrl::operator= ( const CFxUIUrl & url)

Assignment operator

◆ toDisplayString()

CFxUIString CFxUIUrl::toDisplayString ( ) const

Returns a human-displayable string representation of the URL.

Returns
CFxUIString

◆ toEncoded()

CFxUIByteArray CFxUIUrl::toEncoded ( ) const

Returns the encoded representation of the URL if it's valid, otherwise an empty CFxUIByteArray is returned.

Returns
CFxUIByteArray

Member Data Documentation

◆ m_pImpl

CFxUIUrlImpl* CFxUIUrl::m_pImpl = nullptr
protected

Definition at line 68 of file FxUIUrl.h.


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