Rogue Wave Views Gadgets Package API Reference Guide |
Rogue Wave Views Documentation Home |
Object Look-and-Feel class. More...
#include <ilviews/gadgets/windows/notebook.h>
Public Member Functions | |
IlvNotebookWLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
virtual void | draw (const IlvNotebook *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Draws a notebook. More... | |
void | drawTab (const IlvNotebook *, IlUShort, const IlvRect &, IlvPort *, const IlvRegion *) const |
Draws a notebook tab. More... | |
void | drawTabContents (const IlvNotebook *, const IlvNotebookPage *, const IlvRect &, IlvPort *, const IlvRegion *) const |
Draws the contents of a notebook tab. More... | |
IlUShort | getLastVisibleTab (const IlvNotebook *nbg, IlBoolean &arrows, IlBoolean &cuttab, IlBoolean &decrSensitive, IlBoolean &incrSensitive) const |
Computes the last visible tab of a notebook. More... | |
virtual void | getTabRect (const IlvNotebook *, IlUShort, const IlvRect &, IlvRect &) const |
Computes the bounding box of notebook tab. More... | |
Public Member Functions inherited from IlvDefaultNotebookLFHandler | |
virtual void | getTabSize (const IlvNotebookPage *, IlvDim &, IlvDim &) const |
Computes the size of a notebook tab. More... | |
virtual IlBoolean | handleEvent (IlvNotebook *, IlvEvent &) const |
Handles the events of a notebook. More... | |
Public Member Functions inherited from IlvNotebookLFHandler | |
IlvNotebookLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
Object Look-and-Feel class.
Library: ilvawlook
The class for the Microsoft Windows object look-and-feel handler of the notebook.
IlvNotebookWLFHandler::IlvNotebookWLFHandler | ( | IlvLookFeelHandler * | lfh | ) |
Constructor.
Creates a new IlvNotebookWLFHandler
instance and initializes it with lfh.
lfh | The look-and-feel handler which this handler will be associated to. |
|
virtual |
Draws a notebook.
notebook | The notebook. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Implements IlvNotebookLFHandler.
Reimplemented in IlvNotebookVXLFHandler.
|
virtual |
Draws a notebook tab.
notebook | The notebook. |
index | The index of the tab to draw. |
rect | The rectangle where to draw the tab. |
dst | The destination port. |
clip | The clipping region. |
Implements IlvNotebookLFHandler.
|
virtual |
Draws the contents of a notebook tab.
notebook | The notebook. |
page | The notebook page. |
rect | The rectangle where to draw the tab contents. |
dst | The destination port. |
clip | The clipping region. |
Implements IlvNotebookLFHandler.
|
virtual |
Computes the last visible tab of a notebook.
notebook | The notebook. |
arrows | A Boolean value indicating whether arrows should be drawn. |
cuttab | A Boolean value indicating whether the last tab is partially visible. |
decr | A Boolean value indicating whether the decrement arrow is sensitive. |
incr | A Boolean value indicating whether the increment arrow is sensitive. |
Implements IlvNotebookLFHandler.
|
virtual |
Computes the bounding box of notebook tab.
notebook | The notebook. |
index | The index of the tab. |
bbox | The bounding box of all the tabs. |
rect | The returned bounding box of the tab whose index is index. |
Implements IlvNotebookLFHandler.
Reimplemented in IlvNotebookVXLFHandler.
© 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.