![]() |
KVIrc 5.2.6
Developer APIs
|
#include <libkvitip.h>
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 | |
KviConfigurationFile * | m_pConfig |
QCheckBox * | m_pShowAtStartupCheck |
TipFrame * | m_pTipFrame |
QString | m_szConfigFileName |
TipWindow::TipWindow | ( | ) |
TipWindow::~TipWindow | ( | ) |
References closeConfig(), KVI_OPTION_BOOL, KviOption_boolShowTipAtStartup, m_pConfig, and m_pShowAtStartupCheck.
void TipWindow::closeConfig | ( | ) |
References KviApplication::ConfigPlugins, g_pApp, m_pConfig, and m_szConfigFileName.
Referenced by openConfig(), and ~TipWindow().
|
slot |
References __tr2qs, KviCString::cutFromFirst(), KviCString::Format, KviLocale::instance(), KviLocale::localeName(), m_pConfig, m_pTipFrame, openConfig(), KviCString::ptr(), and KviCString::sprintf().
Referenced by TipWindow().
bool TipWindow::openConfig | ( | QString | filename, |
bool | bEnsureExists = true ) |
|
slot |
References __tr2qs, KviCString::cutFromFirst(), KviCString::Format, KviLocale::instance(), KviLocale::localeName(), m_pConfig, m_pTipFrame, openConfig(), KviCString::ptr(), and KviCString::sprintf().
Referenced by TipWindow().
|
overrideprotected |
References g_pApp.
|
protected |
Referenced by closeConfig(), nextTip(), openConfig(), prevTip(), TipWindow(), and ~TipWindow().
|
protected |
Referenced by TipWindow(), and ~TipWindow().
|
protected |
Referenced by nextTip(), prevTip(), and TipWindow().
|
protected |
Referenced by closeConfig(), and openConfig().