Scroom 0.14-49-gb7ae7a6d
Loading...
Searching...
No Matches
workinterface.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#include <scroom/interface.hh>
11
12class WorkInterface : private Interface
13{
14public:
15 virtual bool doWork() = 0;
16};
Definition interface.hh:11
Definition workinterface.hh:13
virtual bool doWork()=0