• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeutils API Reference
  • KDE Home
  • Contact Us
 

kcharselect

  • sources
  • kde-4.14
  • kdeutils
  • kcharselect
kcharselectdia.h
Go to the documentation of this file.
1 /*
2  * Copyright 1999 Reginald Stadlbauer <reggie@kde.org>
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License as
6  * published by the Free Software Foundation; either version 2 of
7  * the License, or (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program. If not, see <http://www.gnu.org/licenses/>.
16  */
17 
18 #ifndef KCHARSELECTDIA_H
19 #define KCHARSELECTDIA_H
20 
21 #include <QClipboard>
22 #include <QLayout>
23 
24 #include <KCharSelect>
25 #include <KLineEdit>
26 #include <KPushButton>
27 #include <KXmlGuiWindow>
28 
29 /******************************************************************/
30 /* class KCharSelectDia */
31 /******************************************************************/
32 
33 class KCharSelectDia : public KXmlGuiWindow
34 {
35  Q_OBJECT
36 
37 public:
38  KCharSelectDia();
39 
40 protected:
41  void closeEvent(QCloseEvent *event);
42 
43  QGridLayout *grid;
44  KCharSelect *charSelect;
45  KLineEdit *lined;
46  KPushButton *bClip;
47 
48  QChar vChr;
49  QFont vFont;
50  bool _rtl;
51 
52 protected slots:
53  void charChanged(const QChar &_chr);
54  void fontSelected(const QFont &_font);
55  void add()
56  { add(vChr); }
57  void add(const QChar &_chr);
58  void toClip();
59  void toClipUTF8();
60  void toClipHTML();
61  void fromClip();
62  void fromClipUTF8();
63  void flipText();
64  void setRtl(bool rtl);
65  void lineEditChanged();
66 
67 };
68 
69 #endif
KCharSelectDia::charChanged
void charChanged(const QChar &_chr)
Definition: kcharselectdia.cc:145
QChar
QFont
KCharSelectDia::grid
QGridLayout * grid
Definition: kcharselectdia.h:43
QGridLayout
KCharSelectDia::bClip
KPushButton * bClip
Definition: kcharselectdia.h:46
QCloseEvent
KCharSelectDia::fromClip
void fromClip()
Definition: kcharselectdia.cc:230
KCharSelectDia::vChr
QChar vChr
Definition: kcharselectdia.h:48
KXmlGuiWindow
KCharSelectDia
Definition: kcharselectdia.h:33
KCharSelectDia::_rtl
bool _rtl
Definition: kcharselectdia.h:50
KCharSelectDia::vFont
QFont vFont
Definition: kcharselectdia.h:49
KCharSelectDia::lined
KLineEdit * lined
Definition: kcharselectdia.h:45
KCharSelectDia::fromClipUTF8
void fromClipUTF8()
Definition: kcharselectdia.cc:242
KCharSelectDia::closeEvent
void closeEvent(QCloseEvent *event)
Definition: kcharselectdia.cc:132
KCharSelectDia::setRtl
void setRtl(bool rtl)
Definition: kcharselectdia.cc:272
KCharSelectDia::toClip
void toClip()
Definition: kcharselectdia.cc:171
KCharSelectDia::KCharSelectDia
KCharSelectDia()
Definition: kcharselectdia.cc:38
KCharSelectDia::lineEditChanged
void lineEditChanged()
Definition: kcharselectdia.cc:282
KCharSelectDia::fontSelected
void fontSelected(const QFont &_font)
Definition: kcharselectdia.cc:151
KCharSelectDia::charSelect
KCharSelect * charSelect
Definition: kcharselectdia.h:44
KCharSelectDia::toClipHTML
void toClipHTML()
Definition: kcharselectdia.cc:200
KCharSelectDia::flipText
void flipText()
Definition: kcharselectdia.cc:256
KCharSelectDia::add
void add()
Definition: kcharselectdia.h:55
KCharSelectDia::toClipUTF8
void toClipUTF8()
Definition: kcharselectdia.cc:185
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kcharselect

Skip menu "kcharselect"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdeutils API Reference

Skip menu "kdeutils API Reference"
  • ark
  • filelight
  • kcalc
  • kcharselect
  • kdf
  • kfloppy
  • kgpg
  • ktimer
  • kwallet
  • sweeper

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal