Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_name_server.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2002 Patrick Julien <freak@codepimps.org>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
#ifndef KIS_NAMESERVER_H_
7
#define KIS_NAMESERVER_H_
8
9
#include <QtGlobal>
10
#include <kritaimage_export.h>
11
12
class
KRITAIMAGE_EXPORT
KisNameServer
13
{
14
public
:
15
KisNameServer
(qint32 seed = 1);
16
17
qint32 number();
18
qint32 currentSeed()
const
;
19
void
rollback();
20
21
private
:
22
qint32
m_generator
;
23
};
24
25
#endif
// KIS_NAMESERVER_H_
26
KisNameServer
Definition
kis_name_server.h:13
KisNameServer::m_generator
qint32 m_generator
Definition
kis_name_server.h:22
libs
image
kis_name_server.h
Generated at
2026-01-15 02:30:07+01:00
from
Krita
branch
master
, commit
38b517ca06286bb65279453cbf9a2b4fbd1153d1