KVIrc
4.9.2
DeveloperAPIs
|
Go to the source code of this file.
Macros | |
#define | m_mac_bkgColor QColor(236, 233, 216) |
#define | MAX_MESSAGE_LIFETIME 600 |
#define | MAX_MESSAGES_IN_WINDOW 20 |
#define | NTF_TABS_FONT_BASELINE 8 |
#define | NUM_OLD_COLORS 6 |
#define | OPACITY_STEP 0.07 |
#define | SPACING 2 |
#define | WDG_BORDER_THICKNESS 5 |
#define | WDG_DWN 5 |
#define | WDG_DWNDX 6 |
#define | WDG_DWNSX 4 |
#define | WDG_DX 8 |
#define | WDG_ICON_CLICKED 2 |
#define | WDG_ICON_OFF 4 |
#define | WDG_ICON_ON 3 |
#define | WDG_ICON_OUT 0 |
#define | WDG_ICON_OVER 1 |
#define | WDG_MIN_HEIGHT 160 |
#define | WDG_MIN_WIDTH 370 |
#define | WDG_SX 7 |
#define | WDG_UP 2 |
#define | WDG_UPDX 3 |
#define | WDG_UPSX 1 |
Enumerations | |
enum | State { Hidden, Showing, Visible, Hiding, FocusingOff, FocusingOn } |
enum | TabState { Normal, Highlighted, Changed } |
#define m_mac_bkgColor QColor(236, 233, 216) |
#define MAX_MESSAGE_LIFETIME 600 |
#define MAX_MESSAGES_IN_WINDOW 20 |
Referenced by NotifierWindowTab::appendMessage().
#define NTF_TABS_FONT_BASELINE 8 |
#define NUM_OLD_COLORS 6 |
#define OPACITY_STEP 0.07 |
Referenced by NotifierWindow::doHide(), NotifierWindow::doShow(), and NotifierWindow::heartbeat().
#define SPACING 2 |
#define WDG_BORDER_THICKNESS 5 |
Referenced by NotifierWindow::checkResizing().
#define WDG_DWN 5 |
Referenced by NotifierWindow::checkResizing(), and NotifierWindow::resize().
#define WDG_DWNDX 6 |
Referenced by NotifierWindow::checkResizing(), and NotifierWindow::resize().
#define WDG_DWNSX 4 |
Referenced by NotifierWindow::checkResizing(), and NotifierWindow::resize().
#define WDG_DX 8 |
Referenced by NotifierWindow::checkResizing(), and NotifierWindow::resize().
#define WDG_ICON_CLICKED 2 |
Referenced by NotifierWindow::mousePressEvent(), and NotifierWindowBorder::setCloseIcon().
#define WDG_ICON_OFF 4 |
#define WDG_ICON_ON 3 |
#define WDG_ICON_OUT 0 |
#define WDG_ICON_OVER 1 |
Referenced by NotifierWindow::mouseMoveEvent(), and NotifierWindowBorder::setCloseIcon().
#define WDG_MIN_HEIGHT 160 |
Referenced by NotifierWindow::NotifierWindow(), and NotifierWindow::resize().
#define WDG_MIN_WIDTH 370 |
Referenced by NotifierWindow::NotifierWindow(), and NotifierWindow::resize().
#define WDG_SX 7 |
Referenced by NotifierWindow::checkResizing(), and NotifierWindow::resize().
#define WDG_UP 2 |
Referenced by NotifierWindow::checkResizing(), and NotifierWindow::resize().
#define WDG_UPDX 3 |
Referenced by NotifierWindow::checkResizing(), and NotifierWindow::resize().
#define WDG_UPSX 1 |
Referenced by NotifierWindow::checkResizing(), and NotifierWindow::resize().
enum State |
enum TabState |