Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_strokes_queue_undo_result.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2016 Dmitry Kazakov <dimula73@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef KIS_STROKES_QUEUE_UNDO_RESULT_H
8
#define KIS_STROKES_QUEUE_UNDO_RESULT_H
9
10
enum
UndoResult
{
11
UNDO_FAIL
,
12
UNDO_OK
,
13
UNDO_WAIT
14
};
15
16
#endif
// KIS_STROKES_QUEUE_UNDO_RESULT_H
17
UndoResult
UndoResult
Definition
kis_strokes_queue_undo_result.h:10
UNDO_WAIT
@ UNDO_WAIT
Definition
kis_strokes_queue_undo_result.h:13
UNDO_FAIL
@ UNDO_FAIL
Definition
kis_strokes_queue_undo_result.h:11
UNDO_OK
@ UNDO_OK
Definition
kis_strokes_queue_undo_result.h:12
libs
image
kis_strokes_queue_undo_result.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52