KVIrc  4.9.2
DeveloperAPIs
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

virtual void showEvent (QShowEvent *e)
 

Protected Attributes

KviConfigurationFilem_pConfig
 
QCheckBox * m_pShowAtStartupCheck
 
TipFramem_pTipFrame
 
QString m_szConfigFileName
 

Constructor & Destructor Documentation

TipWindow::TipWindow ( )
TipWindow::~TipWindow ( )

Member Function Documentation

void TipWindow::closeConfig ( )
void TipWindow::nextTip ( )
slot
bool TipWindow::openConfig ( QString  filename,
bool  bEnsureExists = true 
)
void TipWindow::prevTip ( )
slot
void TipWindow::showEvent ( QShowEvent *  e)
protectedvirtual

References g_pApp, and KviMemory::move().

Member Data Documentation

KviConfigurationFile* TipWindow::m_pConfig
protected
QCheckBox* TipWindow::m_pShowAtStartupCheck
protected

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

TipFrame* TipWindow::m_pTipFrame
protected

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

QString TipWindow::m_szConfigFileName
protected

Referenced by closeConfig(), and openConfig().


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