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
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52