cisst-saw
Toggle main menu visibility
Loading...
Searching...
No Matches
tmp
cisst-saw
cisst
cisstCommon
cmnQt.h
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/* ex: set filetype=cpp softtabstop=4 shiftwidth=4 tabstop=4 cindent expandtab: */
3
4
/*
5
Author(s): Anton Deguet
6
Created on: 2017-12-19
7
8
(C) Copyright 2017-2020 Johns Hopkins University (JHU), All Rights Reserved.
9
10
--- begin cisst license - do not edit ---
11
12
This software is provided "as is" under an open source license, with
13
no warranty. The complete license can be found in license.txt and
14
http://www.cisst.org/cisst/license.txt.
15
16
--- end cisst license ---
17
*/
18
19
#pragma once
20
21
#ifndef _cmnQt_h
22
#define _cmnQt_h
23
24
#include <string>
25
26
// Always include last
27
#include <
cisstCommon/cmnExportQt.h
>
28
29
namespace
cmnQt
{
30
void
CISST_EXPORT
QApplicationExitsOnCtrlC
(
void
);
31
32
void
CISST_EXPORT
SetDarkMode
(
void
);
33
34
std::string
CISST_EXPORT
SetStyle
(
const
std::string & qtStyle);
35
}
36
37
#endif
// _cmnQt_h
CISST_EXPORT
#define CISST_EXPORT
Definition
cmnExportMacros.h:50
cmnExportQt.h
Macros to export the symbols of cisstCommonQt (in a Dll).
cmnQt
Definition
cmnQt.h:29
cmnQt::SetDarkMode
void CISST_EXPORT SetDarkMode(void)
cmnQt::SetStyle
std::string CISST_EXPORT SetStyle(const std::string &qtStyle)
cmnQt::QApplicationExitsOnCtrlC
void CISST_EXPORT QApplicationExitsOnCtrlC(void)
Generated by
1.18.0