KVIrc
4.9.2
DeveloperAPIs
|
Mirc color window handling. More...
#include <KviColorSelectionWindow.h>
Public Member Functions | |
KviColorWindow () | |
Constructs the mirc color window object. More... | |
void | popup (QWidget *pOwner) |
Popups the color window. More... | |
~KviColorWindow () | |
Destroys the mirc color window object. More... | |
Private Member Functions | |
virtual void | keyPressEvent (QKeyEvent *e) |
virtual void | mousePressEvent (QMouseEvent *e) |
virtual void | paintEvent (QPaintEvent *e) |
virtual void | show () |
virtual void | timerEvent (QTimerEvent *e) |
Private Attributes | |
int | m_iTimerId |
QWidget * | m_pOwner |
Mirc color window handling.
KviColorWindow::KviColorWindow | ( | ) |
KviColorWindow::~KviColorWindow | ( | ) |
Destroys the mirc color window object.
References m_iTimerId.
|
privatevirtual |
References g_pApp, m_iTimerId, and m_pOwner.
|
privatevirtual |
References g_pApp, m_iTimerId, and m_pOwner.
|
privatevirtual |
References KviCString::Format, i, KVI_OPTION_MIRCCOLOR, p, and KviCString::ptr().
void KviColorWindow::popup | ( | QWidget * | pOwner | ) |
Popups the color window.
pOwner | The owner widget |
References m_pOwner, and show().
Referenced by KviInputEditor::insertColor().
|
privatevirtual |
References m_iTimerId.
Referenced by popup().
|
privatevirtual |
References m_iTimerId.
|
private |
Referenced by keyPressEvent(), KviColorWindow(), mousePressEvent(), show(), timerEvent(), and ~KviColorWindow().
|
private |
Referenced by keyPressEvent(), KviColorWindow(), mousePressEvent(), and popup().