cisst-saw
Toggle main menu visibility
Loading...
Searching...
No Matches
tmp
cisst-saw
cisst
cisstMultiTask
mtsCommandLineOptionsQt.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: 2026-02-20
7
8
(C) Copyright 2026 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
#ifndef _mtsCommandLineOptionsQt_h
20
#define _mtsCommandLineOptionsQt_h
21
22
#include <
cisstConfig.h
>
23
#include <
cisstMultiTask/mtsCommandLineOptions.h
>
24
#include <
cisstMultiTask/mtsExportQt.h
>
25
26
class
CISST_EXPORT
mtsCommandLineOptionsQt
:
public
mtsCommandLineOptions
{
27
public
:
28
mtsCommandLineOptionsQt
(
const
std::string & options =
"mcDSMW"
);
29
~mtsCommandLineOptionsQt
()
override
{}
30
void
Apply
(
void
)
override
;
31
32
std::string
QtStyle
;
33
#if CISST_HAS_QTNODES
34
bool
ComponentViewer;
35
#endif
36
bool
LoggerWidget
;
37
};
38
39
#endif
// _mtsCommandLineOptionsQt_h
cisstConfig.h
mtsCommandLineOptions::mtsCommandLineOptions
mtsCommandLineOptions(const std::string &options="mc")
mtsCommandLineOptionsQt::Apply
void Apply(void) override
mtsCommandLineOptionsQt::LoggerWidget
bool LoggerWidget
Definition
mtsCommandLineOptionsQt.h:36
mtsCommandLineOptionsQt::QtStyle
std::string QtStyle
Definition
mtsCommandLineOptionsQt.h:32
mtsCommandLineOptionsQt::~mtsCommandLineOptionsQt
~mtsCommandLineOptionsQt() override
Definition
mtsCommandLineOptionsQt.h:29
mtsCommandLineOptionsQt::mtsCommandLineOptionsQt
mtsCommandLineOptionsQt(const std::string &options="mcDSMW")
CISST_EXPORT
#define CISST_EXPORT
Definition
cmnExportMacros.h:50
mtsCommandLineOptions.h
mtsExportQt.h
Rules of exporting.
Generated by
1.18.0