KTextEditor
KTextEditor::EditorPrivate::ClipboardEntry Struct Reference
#include <kateglobal.h>
Public Attributes | |
QString | fileName |
QString | text |
Detailed Description
A clipboard entry stores the copied text and the filename of the copied text.
Definition at line 356 of file kateglobal.h.
Member Data Documentation
◆ fileName
QString KTextEditor::EditorPrivate::ClipboardEntry::fileName |
The file name of the file containing the copied text, used for syntax highlighting.
Definition at line 365 of file kateglobal.h.
◆ text
QString KTextEditor::EditorPrivate::ClipboardEntry::text |
The copied text.
Definition at line 360 of file kateglobal.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 22 2023 03:49:47 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 22 2023 03:49:47 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.