Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_name_server.cpp
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
7#include "kis_name_server.h"
8
9KisNameServer::KisNameServer(qint32 seed) : m_generator(seed)
10{ }
11
13{
14 return m_generator;
15}
16
18{
19 return m_generator++;
20}
21
26
KisNameServer(qint32 seed=1)
qint32 currentSeed() const