Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
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 IOleObject interface. 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. © Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.