KVIrc 5.2.0
Developer APIs
Public Slots | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TipWindow Class Reference

#include <libkvitip.h>

+ Inheritance diagram for TipWindow:

Public Slots

void nextTip ()
 
void prevTip ()
 

Public Member Functions

void closeConfig ()
 
bool openConfig (QString filename, bool bEnsureExists=true)
 
 TipWindow ()
 
 ~TipWindow ()
 

Protected Member Functions

void showEvent (QShowEvent *e) override
 

Protected Attributes

KviConfigurationFilem_pConfig
 
QCheckBox * m_pShowAtStartupCheck
 
TipFramem_pTipFrame
 
QString m_szConfigFileName
 

Constructor & Destructor Documentation

◆ TipWindow()

TipWindow::TipWindow ( )

◆ ~TipWindow()

TipWindow::~TipWindow ( )

Member Function Documentation

◆ closeConfig()

void TipWindow::closeConfig ( )

◆ nextTip

void TipWindow::nextTip ( )
slot

◆ openConfig()

bool TipWindow::openConfig ( QString  filename,
bool  bEnsureExists = true 
)

◆ prevTip

void TipWindow::prevTip ( )
slot

◆ showEvent()

void TipWindow::showEvent ( QShowEvent *  e)
overrideprotected

References g_pApp.

Member Data Documentation

◆ m_pConfig

KviConfigurationFile* TipWindow::m_pConfig
protected

◆ m_pShowAtStartupCheck

QCheckBox* TipWindow::m_pShowAtStartupCheck
protected

Referenced by TipWindow(), and ~TipWindow().

◆ m_pTipFrame

TipFrame* TipWindow::m_pTipFrame
protected

Referenced by nextTip(), prevTip(), and TipWindow().

◆ m_szConfigFileName

QString TipWindow::m_szConfigFileName
protected

Referenced by closeConfig(), and openConfig().


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