uMenuItemFunctionInt Class Reference

#include <uMenu.h>

Inheritance diagram for uMenuItemFunctionInt:

Inheritance graph
[legend]
Collaboration diagram for uMenuItemFunctionInt:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 uMenuItemFunctionInt (uMenu *M, const tOutput &name, const tOutput &help, INTFUNCPTR f, int arg)
virtual ~uMenuItemFunctionInt ()
virtual void Enter ()

Private Attributes

INTFUNCPTR func
int arg


Detailed Description

Definition at line 514 of file uMenu.h.


Constructor & Destructor Documentation

uMenuItemFunctionInt::uMenuItemFunctionInt ( uMenu M,
const tOutput name,
const tOutput help,
INTFUNCPTR  f,
int  arg 
)

Definition at line 1252 of file uMenu.cpp.

01258         :uMenuItemAction(M,n,help),func(f),arg(a){}

virtual uMenuItemFunctionInt::~uMenuItemFunctionInt (  )  [inline, virtual]

Definition at line 521 of file uMenu.h.

00521 {}


Member Function Documentation

void uMenuItemFunctionInt::Enter (  )  [virtual]

Implements uMenuItemAction.

Definition at line 1259 of file uMenu.cpp.

References arg.

01261                                 {


Member Data Documentation

INTFUNCPTR uMenuItemFunctionInt::func [private]

Definition at line 515 of file uMenu.h.

int uMenuItemFunctionInt::arg [private]

Definition at line 516 of file uMenu.h.

Referenced by Enter().


The documentation for this class was generated from the following files:
Generated on Sun Mar 16 00:01:10 2008 for Armagetron Advanced by  doxygen 1.5.4