Views
Gadgets Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Typedefs
toolpath.h File Reference
#include <ilviews/gadgets/matrix.h>
#include <ilviews/gadgets/toolbar.h>
#include <ilog/pathname.h>

Classes

class  IlvMenuItemPath
 Menu item class which stores a path. More...
 
class  IlvToolBarPath
 ToolBar class which displays a path like a set of pop-up menus. More...
 

Typedefs

typedef void(* IlvToolBarPathCallback) (const IlPathName &path, IlAny any)
 

Detailed Description

Library: ilvadvgdt
Declaration of the IlvToolBarPath class and its related classes.

Typedef Documentation

◆ IlvToolBarPathCallback

IlvToolBarPathCallback

This type defines the signature of all callbacks which are called by IlToolBarPath objects when the user selects a directory.

Parameters
pathContains the selected path.
anyThe user parameter that was provided to the member function that calls this function.