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

Konsole

  • kde-4.14
  • applications
  • konsole
  • src
Enumeration.h
Go to the documentation of this file.
1 /*
2  This file is part of Konsole, KDE's terminal emulator.
3 
4  Copyright 2012 by Jekyll Wu <adaptee@gmail.com>
5 
6  This program is free software; you can redistribute it and/or modify
7  it under the terms of the GNU General Public License as published by
8  the Free Software Foundation; either version 2 of the License, or
9  (at your option) any later version.
10 
11  This program is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  GNU General Public License for more details.
15 
16  You should have received a copy of the GNU General Public License
17  along with this program; if not, write to the Free Software
18  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19  02110-1301 USA.
20 */
21 
22 #ifndef ENUMERATION_H
23 #define ENUMERATION_H
24 
25 namespace Konsole
26 {
31 class Enum
32 {
33 public:
38  enum HistoryModeEnum {
42  NoHistory = 0,
46  FixedSizeHistory = 1,
51  UnlimitedHistory = 2
52  };
53 
58  enum ScrollBarPositionEnum {
60  ScrollBarLeft = 0,
62  ScrollBarRight = 1,
64  ScrollBarHidden = 2
65  };
66 
70  enum ScrollPageAmountEnum {
72  ScrollPageHalf = 0,
74  ScrollPageFull = 1,
75  };
76 
80  enum CursorShapeEnum {
82  BlockCursor = 0,
86  IBeamCursor = 1,
88  UnderlineCursor = 2
89  };
90 
92  enum TripleClickModeEnum {
94  SelectWholeLine = 0,
96  SelectForwardsFromCursor = 1
97  };
98 
100  enum MiddleClickPasteModeEnum {
102  PasteFromX11Selection = 0,
104  PasteFromClipboard = 1
105  };
106 
112  enum BellModeEnum {
114  SystemBeepBell = 0,
116  NotifyBell = 1,
118  VisualBell = 2,
120  NoBell = 3
121  };
122 };
123 }
124 #endif // ENUMERATION_H
125 
Konsole::Enum::SelectForwardsFromCursor
Select from the current cursor position to the end of the line.
Definition: Enumeration.h:96
Konsole::Enum::CursorShapeEnum
CursorShapeEnum
This enum describes the shapes used to draw the cursor in terminal displays.
Definition: Enumeration.h:80
Konsole::Enum::UnderlineCursor
Draw a line underneath the cursor's position.
Definition: Enumeration.h:88
Konsole::Enum::BellModeEnum
BellModeEnum
This enum describes the different types of sounds and visual effects which can be used to alert the u...
Definition: Enumeration.h:112
Konsole::Enum::ScrollPageFull
Scroll full page.
Definition: Enumeration.h:74
Konsole::Enum::PasteFromX11Selection
Paste from X11 Selection.
Definition: Enumeration.h:102
Konsole::Enum::SelectWholeLine
Select the whole line underneath the cursor.
Definition: Enumeration.h:94
Konsole::Enum::ScrollBarPositionEnum
ScrollBarPositionEnum
This enum describes the positions where the terminal display's scroll bar may be placed.
Definition: Enumeration.h:58
Konsole::Enum::ScrollBarHidden
Do not show the scroll-bar.
Definition: Enumeration.h:64
Konsole::Enum::ScrollPageHalf
Scroll half page.
Definition: Enumeration.h:72
Konsole::Enum::BlockCursor
Use a solid rectangular block to draw the cursor.
Definition: Enumeration.h:82
Konsole::Enum::NotifyBell
trigger system notification.
Definition: Enumeration.h:116
Konsole::Enum::NoBell
No bell effects.
Definition: Enumeration.h:120
Konsole::Enum::SystemBeepBell
trigger system beep.
Definition: Enumeration.h:114
Konsole::Enum::NoHistory
No output is remembered.
Definition: Enumeration.h:42
Konsole::Enum::PasteFromClipboard
Paste from Clipboard.
Definition: Enumeration.h:104
Konsole::Enum::HistoryModeEnum
HistoryModeEnum
This enum describes the modes available to remember lines of output produced by the terminal...
Definition: Enumeration.h:38
Konsole::Enum::TripleClickModeEnum
TripleClickModeEnum
This enum describes the behavior of triple click action .
Definition: Enumeration.h:92
Konsole::Enum::MiddleClickPasteModeEnum
MiddleClickPasteModeEnum
This enum describes the source from which mouse middle click pastes data .
Definition: Enumeration.h:100
Konsole::Enum::UnlimitedHistory
All output is remembered for the duration of the session.
Definition: Enumeration.h:51
Konsole::Enum::IBeamCursor
Use an 'I' shape, similar to that used in text editing applications, to draw the cursor.
Definition: Enumeration.h:86
Konsole::Enum
This class serves as a place for putting enum definitions that are used or referenced in multiple pla...
Definition: Enumeration.h:31
Konsole::Enum::FixedSizeHistory
A fixed number of lines of output are remembered.
Definition: Enumeration.h:46
Konsole::Enum::ScrollPageAmountEnum
ScrollPageAmountEnum
This enum describes the amount that Page Up/Down scroll by.
Definition: Enumeration.h:70
Konsole::Enum::VisualBell
trigger visual bell(inverting the display's colors briefly).
Definition: Enumeration.h:118
Konsole::Enum::ScrollBarRight
Show the scroll-bar on the right of the terminal display.
Definition: Enumeration.h:62
Konsole::Enum::ScrollBarLeft
Show the scroll-bar on the left of the terminal display.
Definition: Enumeration.h:60
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

Konsole

Skip menu "Konsole"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

applications API Reference

Skip menu "applications API Reference"
  •   kate
  •       kate
  •   KTextEditor
  •   Kate
  • Konsole

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