rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Gadgets Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvDefaultNotebookLFHandler Class Reference

Object look-and-feel class. More...

#include <ilviews/gadgets/notebook.h>

Inheritance diagram for IlvDefaultNotebookLFHandler:
IlvNotebookLFHandler IlvObjectLFHandler IlvNotebookMLFHandler IlvNotebookWLFHandler IlvNotebookVXLFHandler

List of all members.

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.

Detailed Description

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.


Member Function Documentation

virtual void IlvDefaultNotebookLFHandler::getTabSize ( const IlvNotebookPage page,
IlvDim width,
IlvDim height 
) const [virtual]

Is called to compute the size of a notebook tab.

Parameters:
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.

Parameters:
notebook The notebook.
event The event to handle.
Returns:
IlTrue if the event has been consumed.

Implements IlvNotebookLFHandler.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© 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.