1#ifndef _KVI_COREACTIONS_H_
2#define _KVI_COREACTIONS_H_
47 void setup()
override;
73 const QString & szName,
74 const QString & szScriptCode,
75 const QString & szVisibleName,
76 const QString & szDescription,
78 const QString & szBigIconId = QString(),
80 unsigned int uFlags = 0);
87 void setup()
override;
171 void setup()
override;
Holds the categories of an action.
Definition KviAction.h:59
KviAction(QObject *pParent, QString szName, QString szVisibleName, QString szDescription, KviActionCategory *pCategory=nullptr, QString szBigIconId=QString(), QString szSmallIconId=QString(), unsigned int uFlags=0, QString szKeySequence=QString())
Constructs the action object.
Definition KviAction.cpp:38
virtual void popupActivated(QAction *pAction)
KviChangeNickAction(QObject *pParent)
virtual void popupAboutToShow()
virtual void popupAboutToShow()
virtual void popupActivated(QAction *pAction)
KviChangeUserModeAction(QObject *pParent)
void activate() override
Activates the action.
Definition KviCoreActions.cpp:620
void activeContextStateChanged() override
Enables or disables the action upon checking the active context.
Definition KviCoreActions.cpp:551
QAction * addToCustomToolBar(KviCustomToolBar *pTool) override
Adds the action to the given toolbar.
Definition KviCoreActions.cpp:678
QString m_szConnectString
Definition KviCoreActions.h:38
void reloadImages() override
Reloads the images.
Definition KviCoreActions.cpp:541
QString m_szAbortConnectionString
Definition KviCoreActions.h:39
void activeContextChanged() override
Enables or disables the action upon checking the active context.
Definition KviCoreActions.cpp:546
KviConnectAction(QObject *pParent)
Definition KviCoreActions.cpp:528
void setup() override
Enables or disables the action upon starting KVIrc.
Definition KviCoreActions.cpp:612
bool addToPopupMenu(QMenu *pMenu) override
Adds the action to the given popup.
Definition KviCoreActions.cpp:627
QString m_szDisconnectString
Definition KviCoreActions.h:40
virtual void popupActivated(QAction *pAction)
KviConnectToServerAction(QObject *pParent)
virtual void popupAboutToShow()
void reloadImages() override
Reloads the images.
void activeContextChanged() override
Enables or disables the action upon checking the active context.
void activeContextStateChanged() override
Enables or disables the action upon checking the active context.
KviGoAwayAction(QObject *pParent)
QString m_szBackString
Definition KviCoreActions.h:182
QAction * addToCustomToolBar(KviCustomToolBar *pTool) override
Adds the action to the given toolbar.
QString m_szAwayString
Definition KviCoreActions.h:181
bool addToPopupMenu(QMenu *pMenu) override
Adds the action to the given popup.
void setup() override
Enables or disables the action upon starting KVIrc.
SmallIcon
Contains all KVIrc's small icons.
Definition KviIconManager.h:170
@ None
Definition KviIconManager.h:171
QAction * addToCustomToolBar(KviCustomToolBar *pTool) override
Adds the action to the given toolbar.
Definition KviCoreActions.cpp:451
KviIrcContextDisplayAction(QObject *pParent)
Definition KviCoreActions.cpp:423
void setup() override
Enables or disables the action upon starting KVIrc.
Definition KviCoreActions.cpp:435
void activeContextChanged() override
Enables or disables the action upon checking the active context.
Definition KviCoreActions.cpp:463
void setEnabled(bool) override
Enables the action.
Definition KviCoreActions.cpp:491
bool addToPopupMenu(QMenu *pMenu) override
Adds the action to the given popup.
Definition KviCoreActions.cpp:445
void activeContextStateChanged() override
Enables or disables the action upon checking the active context.
Definition KviCoreActions.cpp:477
virtual void popupActivated(QAction *pAction)
virtual void popupAboutToShow()
KviIrcOperationsAction(QObject *pParent)
virtual void popupActivated(QAction *pAction)
Definition KviCoreActions.cpp:802
virtual void popupAboutToShow()
Definition KviCoreActions.cpp:788
KviJoinChannelAction(QObject *pParent)
Definition KviCoreActions.cpp:775
KviKvsAction(QObject *pParent, const QString &szName, const QString &szScriptCode, const QString &szVisibleName, const QString &szDescription, KviActionCategory *pCategory=nullptr, const QString &szBigIconId=QString(), const QString &szSmallIconId=QString(), unsigned int uFlags=0, const QString &szKeySequence=QString())
Constructs the action object.
Definition KviKvsAction.cpp:29
KviSeparatorAction(QObject *pParent)
Definition KviCoreActions.cpp:496
QAction * addToCustomToolBar(KviCustomToolBar *pTool) override
Adds the action to the given toolbar.
Definition KviCoreActions.cpp:516
bool addToPopupMenu(QMenu *pMenu) override
Adds the action to the given popup.
Definition KviCoreActions.cpp:508
This file contains compile time settings.