VR-Exchange 2.7 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes | Private Member Functions
MAKVrExchange::DtAboutBox Class Reference

The 'about' box widget. More...

Inheritance diagram for MAKVrExchange::DtAboutBox:
Inheritance graph
[legend]

Public Member Functions

 DtAboutBox (QWidget *parent=NULL)
 default constructor More...
 
virtual ~DtAboutBox ()
 destructor More...
 
void setAppName (const QString &name)
 Set the visible application name. More...
 
void setAppEdition (const QString &edition)
 Set the app edition name. More...
 
void setVersion (const QString &version)
 Set the visible application version. More...
 
void setPlatform (const QString &platform)
 Set the application platform (Windows, linux, etc) More...
 
void setBuildInfo (const QString &buildInfo)
 Set the versions of VR-Link, Qt, and Vega Prime. More...
 
void setBuildDate (const QString &date)
 Set the application build date. More...
 
void setCompilerOS (const QString &compOS)
 Set the compiler used to build the app. More...
 

Static Public Member Functions

static DtAboutBoxcreate (QWidget *parent)
 Returns a newly created instance of a DtAboutBox. More...
 

Protected Attributes

Ui_DtVrxAboutBox * myImpl
 

Private Member Functions

 DtAboutBox (const DtAboutBox &orig)
 Not implemented. More...
 
DtAboutBoxoperator= (const DtAboutBox &orig)
 Not implemented. More...
 

Detailed Description

The 'about' box widget.

This class is a dialog box that gives information about the application to the user. Some of the information, such as the build date, compiler, and platform are set at compile time as part of the build process.

Constructor & Destructor Documentation

MAKVrExchange::DtAboutBox::DtAboutBox ( QWidget parent = NULL)

default constructor

virtual MAKVrExchange::DtAboutBox::~DtAboutBox ( )
virtual

destructor

MAKVrExchange::DtAboutBox::DtAboutBox ( const DtAboutBox orig)
private

Not implemented.

Member Function Documentation

static DtAboutBox* MAKVrExchange::DtAboutBox::create ( QWidget parent)
static

Returns a newly created instance of a DtAboutBox.

DtAboutBox& MAKVrExchange::DtAboutBox::operator= ( const DtAboutBox orig)
private

Not implemented.

void MAKVrExchange::DtAboutBox::setAppEdition ( const QString &  edition)

Set the app edition name.

void MAKVrExchange::DtAboutBox::setAppName ( const QString &  name)

Set the visible application name.

void MAKVrExchange::DtAboutBox::setBuildDate ( const QString &  date)

Set the application build date.

void MAKVrExchange::DtAboutBox::setBuildInfo ( const QString &  buildInfo)

Set the versions of VR-Link, Qt, and Vega Prime.

void MAKVrExchange::DtAboutBox::setCompilerOS ( const QString &  compOS)

Set the compiler used to build the app.

void MAKVrExchange::DtAboutBox::setPlatform ( const QString &  platform)

Set the application platform (Windows, linux, etc)

void MAKVrExchange::DtAboutBox::setVersion ( const QString &  version)

Set the visible application version.

Member Data Documentation

Ui_DtVrxAboutBox* MAKVrExchange::DtAboutBox::myImpl
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Apr 19 15:55:22 EDT 2021 from SVN revision 227909
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)