news download themes documentation links










XineramaHeadMenuItem< ItemType > Class Template Reference

this class holds the xinerama items More...

#include <Xinerama.hh>

Inheritance diagram for XineramaHeadMenuItem< ItemType >:

FbTk::MenuItem List of all members.

Public Member Functions

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

Detailed Description

template<typename ItemType>
class XineramaHeadMenuItem< ItemType >

this class holds the xinerama items

Definition at line 42 of file Xinerama.hh.


Member Function Documentation

template<typename ItemType>
void XineramaHeadMenuItem< ItemType >::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 51 of file Xinerama.hh.

References FbTk::MenuItem::click().

00051                                      {
00052         m_object.saveOnHead(m_headnum);
00053         FbTk::MenuItem::click(button, time);
00054     }


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

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