KVIrc  4.9.2
DeveloperAPIs
OptionsWidget_alertsAndHighlighting.h
Go to the documentation of this file.
1 #ifndef _OPTW_HIGHLIGHTING_H_
2 #define _OPTW_HIGHLIGHTING_H_
3 //=============================================================================
4 //
5 // File : OptionsWidget_alertsAndHighlighting.h
6 // Creation date : Sat Nov 3 18:09:37 2001 GMT by Szymon Stefanek
7 //
8 // This file is part of the KVIrc IRC client distribution
9 // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net)
10 //
11 // This program is FREE software. You can redistribute it and/or
12 // modify it under the terms of the GNU General Public License
13 // as published by the Free Software Foundation; either version 2
14 // of the License, or (at your option) any later version.
15 //
16 // This program is distributed in the HOPE that it will be USEFUL,
17 // but WITHOUT ANY WARRANTY; without even the implied warranty of
18 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
19 // See the GNU General Public License for more details.
20 //
21 // You should have received a copy of the GNU General Public License
22 // along with this program. If not, write to the Free Software Foundation,
23 // Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
24 //
25 //=============================================================================
26 
27 #include "KviOptionsWidget.h"
28 
29 class QRadioButton;
30 class QLineEdit;
31 
32 #define KVI_OPTIONS_WIDGET_ICON_OptionsWidget_alertsAndHighlighting KviIconManager::Warning
33 #define KVI_OPTIONS_WIDGET_NAME_OptionsWidget_alertsAndHighlighting __tr2qs_no_lookup("Alert/Highlight")
34 #define KVI_OPTIONS_WIDGET_PARENT_OptionsWidget_alertsAndHighlighting OptionsWidget_tools
35 #define KVI_OPTIONS_WIDGET_CONTAINER_OptionsWidget_alertsAndHighlighting true
36 
38 {
39  Q_OBJECT
40 public:
41  OptionsWidget_alertsAndHighlighting(QWidget * parent);
43 };
44 
45 #define KVI_OPTIONS_WIDGET_ICON_OptionsWidget_highlighting KviIconManager::QueryTrace
46 #define KVI_OPTIONS_WIDGET_NAME_OptionsWidget_highlighting __tr2qs_no_lookup("Highlight")
47 #define KVI_OPTIONS_WIDGET_PARENT_OptionsWidget_highlighting OptionsWidget_alertsAndHighlighting
48 
50 {
51  Q_OBJECT
52 public:
53  OptionsWidget_highlighting(QWidget * parent);
55 
56 private:
60 
61 protected:
62  virtual void commit();
63 };
64 
65 #define KVI_OPTIONS_WIDGET_ICON_OptionsWidget_alerts KviIconManager::Warning
66 #define KVI_OPTIONS_WIDGET_NAME_OptionsWidget_alerts __tr2qs_no_lookup("Window List Alert")
67 #define KVI_OPTIONS_WIDGET_PARENT_OptionsWidget_alerts OptionsWidget_alertsAndHighlighting
68 
70 {
71  Q_OBJECT
72 public:
73  OptionsWidget_alerts(QWidget * parent);
75 };
76 
77 #endif //_OPTW_HIGHLIGHTING_H_
QLineEdit * m_pWordSplitterCharactersEdit
Definition: OptionsWidget_alertsAndHighlighting.h:59
QRadioButton * m_pHighlightWholeWordsOnlyRadioButton
Definition: OptionsWidget_alertsAndHighlighting.h:58
Definition: OptionsWidget_alertsAndHighlighting.h:49
QRadioButton * m_pHighlightAllOccurencesRadioButton
Definition: OptionsWidget_alertsAndHighlighting.h:57
virtual void commit()
Definition: OptionsWidget_alertsAndHighlighting.cpp:109
Definition: OptionsWidget_alertsAndHighlighting.h:37
Definition: KviOptionsWidget.h:40
OptionsWidget_highlighting(QWidget *parent)
Definition: OptionsWidget_alertsAndHighlighting.cpp:46
Definition: OptionsWidget_alertsAndHighlighting.h:69
OptionsWidget_alerts(QWidget *parent)
Definition: OptionsWidget_alertsAndHighlighting.cpp:117
OptionsWidget_alertsAndHighlighting(QWidget *parent)
Definition: OptionsWidget_alertsAndHighlighting.cpp:37