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
src_gui_util_qundostack.cpp File Reference

(4b022c0fe08d31e39a074d12833a29cf02c67040)

#include <QUndoCommand>
Include dependency graph for src_gui_util_qundostack.cpp:

Go to the source code of this file.

Classes

class  AppendText
 [0] More...
struct  MyCommand
 [0] More...
struct  InsertText
struct  SetColor

Functions

void examples (QUndoStack *stack, QString *document, int idx, const QString &text)
void wrap (QUndoStack &stack, QString *document, int idx, const QString &text)
 [3]

Function Documentation

◆ examples()

void examples ( QUndoStack * stack,
QString * document,
int idx,
const QString & text )

[1]

[1]

[2]

[2]

Definition at line 41 of file src_gui_util_qundostack.cpp.

References MyCommand::MyCommand().

Here is the call graph for this function:

◆ wrap()

void wrap ( QUndoStack & stack,
QString * document,
int idx,
const QString & text )

[3]

[4]

[4]

[5]

[5]

Definition at line 82 of file src_gui_util_qundostack.cpp.