![]() |
KVIrc
4.9.2
DeveloperAPIs
|
Input editor. More...
#include "kvi_settings.h"#include "KviPointerList.h"#include "KviCString.h"#include "KviWindow.h"#include <QMenu>#include <QString>#include <QWidget>Go to the source code of this file.
Classes | |
| class | KviInputEditor::EditCommand |
| Holds the command used in the {un,re}do operations. More... | |
| class | KviInputEditor |
| Input editor class. More... | |
| class | KviInputEditorSpellCheckerBlock |
Macros | |
| #define | ACCEL_KEY(k) "\t" + QKeySequence(Qt::ControlModifier | Qt::Key_##k).toString() |
| #define | KVI_INPUT_BLINK_TIME 800 |
| #define | KVI_INPUT_DEF_BACK 100 |
| #define | KVI_INPUT_DEF_FORE 101 |
| #define | KVI_INPUT_DRAG_TIMEOUT 80 |
| #define | KVI_INPUT_MARGIN 4 |
| #define | KVI_INPUT_MAX_BUFFER_SIZE 400 |
| #define | KVI_INPUT_XTRAPADDING 1 |
Input editor.
Referenced by KviInputEditor::showContextPopup().
| #define KVI_INPUT_BLINK_TIME 800 |
Referenced by KviInputEditor::focusInEvent().
| #define KVI_INPUT_DEF_BACK 100 |
Referenced by KviInputEditor::drawContents(), and KviInputEditor::rebuildTextBlocks().
| #define KVI_INPUT_DEF_FORE 101 |
Referenced by KviInputEditor::drawContents(), and KviInputEditor::rebuildTextBlocks().
| #define KVI_INPUT_DRAG_TIMEOUT 80 |
Referenced by KviInputEditor::mousePressEvent().
| #define KVI_INPUT_MARGIN 4 |
Referenced by KviInputEditor::charIndexFromXPosition(), KviInputEditor::drawContents(), KviInputEditor::ensureCursorVisible(), KviInputEditor::getLastFontMetrics(), KviInputEditor::KviInputEditor(), KviInputEditor::showContextPopupHere(), KviTopicWidget::sizeHint(), and KviInputEditor::xPositionFromCharIndex().
| #define KVI_INPUT_MAX_BUFFER_SIZE 400 |
Referenced by KviInputEditor::KviInputEditor().
| #define KVI_INPUT_XTRAPADDING 1 |
1.8.7