1#ifndef _KVI_TEXTICONWIN_H_
2#define _KVI_TEXTICONWIN_H_
58 void popup(QWidget * pOwner,
bool bAltMode);
constexpr int KVI_TEXTICON_COLUMNS
Definition KviTextIconWindow.h:34
constexpr int KVI_TEXTICON_WIN_WIDTH
Definition KviTextIconWindow.h:32
constexpr int KVI_TEXTICON_WIN_HEIGHT
Definition KviTextIconWindow.h:33
void cellSelected(int row, int column)
Called when a cell is selected.
Definition KviTextIconWindow.cpp:240
bool eventFilter(QObject *o, QEvent *e) override
Definition KviTextIconWindow.cpp:126
QTableWidget * m_pTable
Definition KviTextIconWindow.h:49
void popup(QWidget *pOwner, bool bAltMode)
Shows the popup.
Definition KviTextIconWindow.cpp:111
bool m_bAltMode
Definition KviTextIconWindow.h:50
void fill()
Fills in the text icon window.
Definition KviTextIconWindow.cpp:72
void ownerDead()
Called when the owner is destroyed. Then it calls doHide()
Definition KviTextIconWindow.cpp:226
void doHide()
Hides the widget and set the focus to the owner.
Definition KviTextIconWindow.cpp:232
void autoSelectBestMatchBasedOnOwnerText()
Definition KviTextIconWindow.cpp:178
KviTextIconWindow()
Definition KviTextIconWindow.cpp:45
QWidget * m_pOwner
Definition KviTextIconWindow.h:48
#define e
Definition detector.cpp:70
#define o
Definition detector.cpp:80
This file contains compile time settings.
#define KVIRC_API
Definition kvi_settings.h:127