Scroom
0.14-48-ga0fee447
Loading...
Searching...
No Matches
interface.hh
Go to the documentation of this file.
1
/*
2
* Scroom - Generic viewer for 2D data
3
* Copyright (C) 2009-2026 Kees-Jan Dijkzeul
4
*
5
* SPDX-License-Identifier: LGPL-2.1
6
*/
7
8
#pragma once
9
10
class
Interface
11
{
12
public
:
13
Interface
() =
default
;
14
Interface
(
const
Interface
&) =
delete
;
15
Interface
&
operator=
(
const
Interface
&) =
delete
;
16
Interface
(
Interface
&&) =
delete
;
17
Interface
&
operator=
(
Interface
&&) =
delete
;
18
virtual
~Interface
() =
default
;
19
};
Interface
Definition
interface.hh:11
Interface::operator=
Interface & operator=(Interface &&)=delete
Interface::Interface
Interface(const Interface &)=delete
Interface::~Interface
virtual ~Interface()=default
Interface::Interface
Interface(Interface &&)=delete
Interface::operator=
Interface & operator=(const Interface &)=delete
Interface::Interface
Interface()=default
libs
util
inc
scroom
interface.hh
Generated by
1.9.8