Class that encapsulates an ActiveX so that it may be shared by several IlvGraphicCOMAdapter objects.  
 More...
#include <ilviews/windows/comgadap.h>
| Public Member Functions | |
| IlvCOMGraphicFacade (IlString const &identifier, IlvDisplay *display, IlvRect const &bbox) | |
| Constructor.  More... | |
| virtual | ~IlvCOMGraphicFacade () | 
| Destructor.  More... | |
| IlvDisplay * | getDisplay () const | 
| Returns the display instance of thsi object.  More... | |
| IOleObject * | getOleInterface () const | 
| Returns the IOleObjectinterface.  More... | |
Class that encapsulates an ActiveX so that it may be shared by several IlvGraphicCOMAdapter objects. 
Library: ilvcom
IlvGraphicCOMAdapter. | IlvCOMGraphicFacade::IlvCOMGraphicFacade | ( | IlString const & | identifier, | 
| IlvDisplay * | display, | ||
| IlvRect const & | bbox | ||
| ) | 
Constructor.
This constructor initializes a facade object for an ActiveX, specified by an identifier.
| bbox | The bounding box of the graphic object. | 
| identifier | The identifier the control. This string can be a CLSID (with braces), a ProgID, a URL, or raw HTML (prefixed with MSHTML:). If either a URL or raw HTML is supplied, a Web browser will be loaded with this information. | 
| display | The display instance. | 
| 
 | virtual | 
Destructor.
The destructor releases the resources used by this object.
| IlvDisplay* IlvCOMGraphicFacade::getDisplay | ( | ) | const | 
Returns the display instance of thsi object.
| IOleObject* IlvCOMGraphicFacade::getOleInterface | ( | ) | const | 
Returns the IOleObject interface. 
IOleObject interface that was used to create this object.