![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Object Look-and-Feel class. More...
#include <ilviews/gadgets/windows/notebook.h>
Public Member Functions | |
| IlvNotebookWLFHandler (IlvLookFeelHandler *lfh) | |
| Constructor. | |
| virtual void | draw (const IlvNotebook *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
| Is called to draw a notebook. | |
| void | drawTab (const IlvNotebook *, IlUShort, const IlvRect &, IlvPort *, const IlvRegion *) const |
| Is called to draw a notebook tab. | |
| void | drawTabContents (const IlvNotebook *, const IlvNotebookPage *, const IlvRect &, IlvPort *, const IlvRegion *) const |
| Is called to draw the contents of a notebook tab. | |
| IlUShort | getLastVisibleTab (const IlvNotebook *nbg, IlBoolean &arrows, IlBoolean &cuttab, IlBoolean &decrSensitive, IlBoolean &incrSensitive) const |
| Is called to compute the last visible tab of a notebook. | |
| virtual void | getTabRect (const IlvNotebook *, IlUShort, const IlvRect &, IlvRect &) const |
| Is called to compute the bounding box of notebook tab. | |
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 void IlvNotebookWLFHandler::draw | ( | const IlvNotebook * | notebook, | |
| IlvPort * | dst, | |||
| const IlvTransformer * | t, | |||
| const IlvRegion * | clip | |||
| ) | const [virtual] |
Is called to draw a notebook.
| notebook | The notebook. | |
| dst | The destination port. | |
| t | The transformer. | |
| clip | The clipping region. |
Implements IlvNotebookLFHandler.
Reimplemented in IlvNotebookVXLFHandler.
| void IlvNotebookWLFHandler::drawTab | ( | const IlvNotebook * | notebook, | |
| IlUShort | index, | |||
| const IlvRect & | rect, | |||
| IlvPort * | dst, | |||
| const IlvRegion * | clip | |||
| ) | const [virtual] |
Is called to draw 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.
Reimplemented in IlvNotebookVXLFHandler.
| void IlvNotebookWLFHandler::drawTabContents | ( | const IlvNotebook * | notebook, | |
| const IlvNotebookPage * | page, | |||
| const IlvRect & | rect, | |||
| IlvPort * | dst, | |||
| const IlvRegion * | clip | |||
| ) | const [virtual] |
Is called to draw 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.
Reimplemented in IlvNotebookVXLFHandler.
| IlUShort IlvNotebookWLFHandler::getLastVisibleTab | ( | const IlvNotebook * | notebook, | |
| IlBoolean & | arrows, | |||
| IlBoolean & | cuttab, | |||
| IlBoolean & | decr, | |||
| IlBoolean & | incr | |||
| ) | const [virtual] |
Is called to compute 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.
Reimplemented in IlvNotebookVXLFHandler.
| virtual void IlvNotebookWLFHandler::getTabRect | ( | const IlvNotebook * | notebook, | |
| IlUShort | index, | |||
| const IlvRect & | bbox, | |||
| IlvRect & | rect | |||
| ) | const [virtual] |
Is called to compute 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 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.