Alphabetical Class Index   Namespace List  

hoops_base.HWindow Class Reference

HForm hooks up MouseEvents of the Window and passes them to the HPanel class. More...

Public Member Functions

 HWindow ()
 

Public Attributes

HPanel m_pHPanel
 
HDB m_pHDB
 
WindowsFormsHost m_pWinFormsHost
 

Detailed Description

HForm hooks up MouseEvents of the Window and passes them to the HPanel class.

This is the base class from which a custom HForm class should be derived

Constructor & Destructor Documentation

hoops_base.HWindow.HWindow ( )
inline

Default Constructor

Member Data Documentation

HDB hoops_base.HWindow.m_pHDB

Reference to HOOPS database

HPanel hoops_base.HWindow.m_pHPanel

A reference to the HPanel object. A custom HPanel should be created in an overloaded HPanel::Init method

WindowsFormsHost hoops_base.HWindow.m_pWinFormsHost

Reference to the WindowsFormsHost to host the UserControl in WPF application


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