ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
ecvApplication.h
Go to the documentation of this file.
1
// ----------------------------------------------------------------------------
2
// - CloudViewer: www.cloudViewer.org -
3
// ----------------------------------------------------------------------------
4
// Copyright (c) 2018-2024 www.cloudViewer.org
5
// SPDX-License-Identifier: MIT
6
// ----------------------------------------------------------------------------
7
8
#pragma once
9
10
// ##########################################################################
11
// # #
12
// # CLOUDVIEWER #
13
// # #
14
// # This program is free software; you can redistribute it and/or modify #
15
// # it under the terms of the GNU General Public License as published by #
16
// # the Free Software Foundation; version 2 or later of the License. #
17
// # #
18
// # This program is distributed in the hope that it will be useful, #
19
// # but WITHOUT ANY WARRANTY; without even the implied warranty of #
20
// # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
21
// # GNU General Public License for more details. #
22
// # #
23
// # COPYRIGHT: CloudViewer project #
24
// # #
25
// ##########################################################################
26
27
// Common
28
#include <
ecvApplicationBase.h
>
29
30
class
ecvApplication
:
public
ecvApplicationBase
{
31
Q_OBJECT
32
33
public
:
34
ecvApplication
(
int
&argc,
char
**argv,
bool
isCommandLine
);
35
38
static
QString
GetMinVersionForFileVersion
(
short
fileVersion);
39
40
protected
:
41
bool
event
(QEvent *inEvent)
override
;
42
};
ecvApplicationBase
Definition:
ecvApplicationBase.h:35
ecvApplicationBase::isCommandLine
bool isCommandLine() const
Definition:
ecvApplicationBase.h:46
ecvApplication
Definition:
ecvApplication.h:30
ecvApplication::ecvApplication
ecvApplication(int &argc, char **argv, bool isCommandLine)
Definition:
ecvApplication.cpp:81
ecvApplication::event
bool event(QEvent *inEvent) override
Definition:
ecvApplication.cpp:89
ecvApplication::GetMinVersionForFileVersion
static QString GetMinVersionForFileVersion(short fileVersion)
Definition:
ecvApplication.cpp:77
ecvApplicationBase.h
app
ecvApplication.h
Generated on Wed Jan 28 2026 09:00:52 for ACloudViewer by
1.9.1