![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Object look-and-feel class. More...
#include <ilviews/gadgets/notebook.h>
Public Member Functions | |
| virtual void | getTabSize (const IlvNotebookPage *, IlvDim &, IlvDim &) const |
| Is called to compute the size of a notebook tab. | |
| virtual IlBoolean | handleEvent (IlvNotebook *, IlvEvent &) const |
| Is called to handle the events of a notebook. | |
Object look-and-feel class.
Library: ilvadvgdt
The predefined object look-and-feel handlers of the notebook gadget are subclasses of this class. It defines several methods of the base class that are common to all predefined looks.
| virtual void IlvDefaultNotebookLFHandler::getTabSize | ( | const IlvNotebookPage * | page, | |
| IlvDim & | width, | |||
| IlvDim & | height | |||
| ) | const [virtual] |
Is called to compute the size of a notebook tab.
| page | The notebook page. | |
| width | The returned width of the tab. | |
| height | The returned height of the tab. |
Implements IlvNotebookLFHandler.
Reimplemented in IlvNotebookMLFHandler.
| virtual IlBoolean IlvDefaultNotebookLFHandler::handleEvent | ( | IlvNotebook * | notebook, | |
| IlvEvent & | event | |||
| ) | const [virtual] |
Is called to handle the events of a notebook.
| notebook | The notebook. | |
| event | The event to handle. |
IlTrue if the event has been consumed. Implements IlvNotebookLFHandler.
© 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.