VR-Forces 4.10 Class Documentation
 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)
9 #include <vrvCoreQt/DtPage.h>
10 #endif
11 
12 namespace makVrf
13 {
17  {
18  public:
20  DtKeepAlivePage(makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0) : makVrv::DtPage(de, parent, flags) {};
21 
23  virtual ~DtKeepAlivePage() {};
24 
25  virtual bool keepAlive() const { return false; };
26  };
27 }
DtKeepAlivePage(makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0)
CTOR.
Definition: keepAlivePage.h:20
Contains makVrv::DtPage class.
A widget class for allowing this page to be kept alive under certain circumstances.
Definition: keepAlivePage.h:16
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
virtual bool keepAlive() const
Definition: keepAlivePage.h:25
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
virtual ~DtKeepAlivePage()
DTOR.
Definition: keepAlivePage.h:23
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)