![]() |
KVIrc 5.2.6
Developer APIs
|
Mirc color window handling. More...
#include <KviColorSelectionWindow.h>
Public Member Functions | |
KviColorWindow () | |
Constructs the mirc color window object. | |
void | popup (QWidget *pOwner) |
Popups the color window. | |
~KviColorWindow () | |
Destroys the mirc color window object. | |
Private Member Functions | |
void | keyPressEvent (QKeyEvent *e) override |
void | mousePressEvent (QMouseEvent *e) override |
void | paintEvent (QPaintEvent *e) override |
virtual void | show () |
void | timerEvent (QTimerEvent *e) override |
Private Attributes | |
int | m_iTimerId |
QWidget * | m_pOwner |
Mirc color window handling.
KviColorWindow::KviColorWindow | ( | ) |
Constructs the mirc color window object.
References m_iTimerId, m_pOwner, and nullptr.
KviColorWindow::~KviColorWindow | ( | ) |
Destroys the mirc color window object.
References m_iTimerId.
|
overrideprivate |
References e, g_pApp, m_iTimerId, and m_pOwner.
|
overrideprivate |
References e, g_pApp, m_iTimerId, and m_pOwner.
|
overrideprivate |
References KviCString::Format, i, KVI_OPTION_MIRCCOLOR, p, and KviCString::ptr().
void KviColorWindow::popup | ( | QWidget * | pOwner | ) |
|
privatevirtual |
References m_iTimerId.
Referenced by popup().
|
overrideprivate |
References m_iTimerId.
|
private |
Referenced by keyPressEvent(), KviColorWindow(), mousePressEvent(), show(), timerEvent(), and ~KviColorWindow().
|
private |
Referenced by keyPressEvent(), KviColorWindow(), mousePressEvent(), and popup().