swift
samplesp3d.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
6 
7 #ifndef SWIFT_SAMPLE_SAMPLESP3D_H
8 #define SWIFT_SAMPLE_SAMPLESP3D_H
9 
10 class QTextStream;
11 
12 namespace swift::sample
13 {
16  {
17  public:
19  static void samplesMisc(QTextStream &streamOut);
20  };
21 } // namespace swift::sample
22 
23 #endif
Samples for P3D classes.
Definition: samplesp3d.h:16
static void samplesMisc(QTextStream &streamOut)
Run the misc. samples.
Definition: samplesp3d.cpp:18