PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
NetworkStyle Class Reference

#include <networkstyle.h>

Public Member Functions

const QString & getAppName () const
 
const QIcon & getAppIcon () const
 
const QString & getTitleAddText () const
 
const QPixmap & getSplashImage () const
 

Static Public Member Functions

static const NetworkStyleinstantiate (const QString &networkId)
 Get style associated with provided network id, or 0 if not known. More...
 

Private Member Functions

 NetworkStyle (const QString &appName, const QString &appIcon, const char *titleAddText, const QString &splashImage)
 

Private Attributes

QString appName
 
QIcon appIcon
 
QString titleAddText
 
QPixmap splashImage
 

Detailed Description

Definition at line 13 of file networkstyle.h.

Constructor & Destructor Documentation

◆ NetworkStyle()

NetworkStyle::NetworkStyle ( const QString &  appName,
const QString &  appIcon,
const char *  titleAddText,
const QString &  splashImage 
)
private

Definition at line 25 of file networkstyle.cpp.

Member Function Documentation

◆ getAppIcon()

const QIcon& NetworkStyle::getAppIcon ( ) const
inline

Definition at line 20 of file networkstyle.h.

Here is the caller graph for this function:

◆ getAppName()

const QString& NetworkStyle::getAppName ( ) const
inline

Definition at line 19 of file networkstyle.h.

◆ getSplashImage()

const QPixmap& NetworkStyle::getSplashImage ( ) const
inline

Definition at line 22 of file networkstyle.h.

◆ getTitleAddText()

const QString& NetworkStyle::getTitleAddText ( ) const
inline

Definition at line 21 of file networkstyle.h.

Here is the caller graph for this function:

◆ instantiate()

const NetworkStyle * NetworkStyle::instantiate ( const QString &  networkId)
static

Get style associated with provided network id, or 0 if not known.

Definition at line 32 of file networkstyle.cpp.

Member Data Documentation

◆ appIcon

QIcon NetworkStyle::appIcon
private

Definition at line 28 of file networkstyle.h.

◆ appName

QString NetworkStyle::appName
private

Definition at line 27 of file networkstyle.h.

◆ splashImage

QPixmap NetworkStyle::splashImage
private

Definition at line 30 of file networkstyle.h.

◆ titleAddText

QString NetworkStyle::titleAddText
private

Definition at line 29 of file networkstyle.h.


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