Public Member Functions | Public Attributes | List of all members
gte::WindowBase::Parameters Struct Reference

#include <GteWindowBase.h>

Inheritance diagram for gte::WindowBase::Parameters:
Inheritance graph
[legend]

Public Member Functions

 Parameters ()
 
 Parameters (std::wstring const &inTitle, int inXOrigin, int inYOrigin, int inXSize, int inYSize)
 

Public Attributes

bool allowResize
 
bool created
 
std::shared_ptr< BaseEngineengine
 
std::shared_ptr< ProgramFactoryfactory
 
std::wstring title
 
int xOrigin
 
int xSize
 
int yOrigin
 
int ySize
 

Detailed Description

Definition at line 24 of file GteWindowBase.h.

Constructor & Destructor Documentation

WindowBase::Parameters::Parameters ( )

Definition at line 12 of file GteWindowBase.cpp.

WindowBase::Parameters::Parameters ( std::wstring const &  inTitle,
int  inXOrigin,
int  inYOrigin,
int  inXSize,
int  inYSize 
)

Definition at line 24 of file GteWindowBase.cpp.

Member Data Documentation

bool gte::WindowBase::Parameters::allowResize

Definition at line 33 of file GteWindowBase.h.

bool gte::WindowBase::Parameters::created

Definition at line 33 of file GteWindowBase.h.

std::shared_ptr<BaseEngine> gte::WindowBase::Parameters::engine

Definition at line 34 of file GteWindowBase.h.

std::shared_ptr<ProgramFactory> gte::WindowBase::Parameters::factory

Definition at line 35 of file GteWindowBase.h.

std::wstring gte::WindowBase::Parameters::title

Definition at line 31 of file GteWindowBase.h.

int gte::WindowBase::Parameters::xOrigin

Definition at line 32 of file GteWindowBase.h.

int gte::WindowBase::Parameters::xSize

Definition at line 32 of file GteWindowBase.h.

int gte::WindowBase::Parameters::yOrigin

Definition at line 32 of file GteWindowBase.h.

int gte::WindowBase::Parameters::ySize

Definition at line 32 of file GteWindowBase.h.


The documentation for this struct was generated from the following files:


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:07