Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Class that encapsulates an ActiveX so that it may be shared by several IlvGraphicCOMAdapter. 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 a pointer to an IlvDisplay object. More... | |
IOleObject * | getOleInterface () const |
Returns a pointer to an IOleObject interface. More... | |
Class that encapsulates an ActiveX so that it may be shared by several IlvGraphicCOMAdapter.
Library: ilvcom
IlvGraphicCOMAdapter
. IlvCOMGraphicFacade::IlvCOMGraphicFacade | ( | IlString const & | identifier, |
IlvDisplay * | display, | ||
IlvRect const & | bbox | ||
) |
Constructor.
This constructor initializes a facade object of 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, the 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 a pointer to an IlvDisplay
object.
IlvDisplay
object for which this port is created. IOleObject * IlvCOMGraphicFacade::getOleInterface | ( | ) | const |
Returns a pointer to an IOleObject
interface.
IOleObject
interface used to create this object. © Copyright 2012, 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.