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 357 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 366 of file kateglobal.h.

◆ text

QString KTextEditor::EditorPrivate::ClipboardEntry::text

The copied text.

Definition at line 361 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-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:15:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.