news download themes documentation links










LayerMenuItem< ItemType > Class Template Reference

this class holds the layermenu items More...

#include <LayerMenu.hh>

Inheritance diagram for LayerMenuItem< ItemType >:

FbTk::MenuItem List of all members.

Public Member Functions

 LayerMenuItem (const char *label, ItemType *object, int layernum, FbTk::RefCount< FbTk::Command > &cmd)
 LayerMenuItem (const char *label, ItemType *object, int layernum)
bool isEnabled () const
void click (int button, int time)

Detailed Description

template<typename ItemType>
class LayerMenuItem< ItemType >

this class holds the layermenu items

Definition at line 39 of file LayerMenu.hh.


Member Function Documentation

void LayerMenuItem<>::click int  button,
int  time
[inline, virtual]
 

Called when the item was clicked with a specific button

Parameters:
button the button number
time the time stamp

Reimplemented from FbTk::MenuItem.

Definition at line 48 of file LayerMenu.hh.

References FbTk::MenuItem::click().

00048                                      {
00049         m_object->moveToLayer(m_layernum);
00050         FbTk::MenuItem::click(button, time);
00051     }


The documentation for this class was generated from the following files:

Fluxbox CVS-Jan-2003




      



Got comments about the page? Send them to webmaster.
If you have general Fluxbox related questions ask them on our irc channel or mailing lists.

Show Source








Designed by aLEczapKA