KVIrc
4.9.2
DeveloperAPIs
|
History window widget class. More...
#include <KviHistoryWindow.h>
Public Member Functions | |
KviHistoryWindowWidget () | |
Constructs the history window widget object. More... | |
void | popup (KviInput *pOwner) |
Shows the popup. More... | |
~KviHistoryWindowWidget () | |
Destroys the history window widget object. More... | |
Public Attributes | |
KviHistoryWindow * | m_pWindow |
History window widget class.
KviHistoryWindowWidget::KviHistoryWindowWidget | ( | ) |
|
default |
Destroys the history window widget object.
void KviHistoryWindowWidget::popup | ( | KviInput * | pOwner | ) |
Shows the popup.
pOwner | The owner of the popup |
References m_pWindow, and KviHistoryWindow::popup().
Referenced by KviInput::historyButtonClicked().
KviHistoryWindow* KviHistoryWindowWidget::m_pWindow |
Referenced by KviHistoryWindowWidget(), and popup().