VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
keepAlivePage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
8 #if !defined(Q_MOC_RUN)
10 #include <vrvCoreQt/DtPage.h>
11 #endif
12 
13 namespace makVrf
14 {
18  {
19  public:
21  DtKeepAlivePage(makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0) : makVrv::DtPage(de, parent, flags) {};
22 
24  virtual ~DtKeepAlivePage() {};
25 
26  virtual bool keepAlive() const { return false; };
27  virtual bool hideTitle() const { return false; };
28  };
29 }
DtKeepAlivePage(makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0)
CTOR.
Definition: keepAlivePage.h:21
Contains makVrv::DtPage class.
A widget class for allowing this page to be kept alive under certain circumstances. Implement the keepAlive() method in your subclass to do this. Default is false.
Definition: keepAlivePage.h:17
virtual bool keepAlive() const
Definition: keepAlivePage.h:26
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:20
virtual bool hideTitle() const
Definition: keepAlivePage.h:27
virtual ~DtKeepAlivePage()
DTOR.
Definition: keepAlivePage.h:24
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)