Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CFDE_TextEditEngine::TextChange Struct Reference

#include <cfde_texteditengine.h>

+ Collaboration diagram for CFDE_TextEditEngine::TextChange:

Public Attributes

WideString text
 
WideString previous_text
 
size_t selection_start
 
size_t selection_end
 
bool cancelled
 

Detailed Description

Definition at line 66 of file cfde_texteditengine.h.

Member Data Documentation

◆ cancelled

bool CFDE_TextEditEngine::TextChange::cancelled

◆ previous_text

WideString CFDE_TextEditEngine::TextChange::previous_text

Definition at line 68 of file cfde_texteditengine.h.

◆ selection_end

size_t CFDE_TextEditEngine::TextChange::selection_end

Definition at line 70 of file cfde_texteditengine.h.

◆ selection_start

size_t CFDE_TextEditEngine::TextChange::selection_start

Definition at line 69 of file cfde_texteditengine.h.

◆ text

WideString CFDE_TextEditEngine::TextChange::text

Definition at line 67 of file cfde_texteditengine.h.


The documentation for this struct was generated from the following file: