Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

BINDING Struct Reference

#include <ndk_bindings.h>

List of all members.

Public Methods

 BINDING (int w, int from, int to, NDKPNOTIFFN pf)
 BINDING (int w, int from, int to, NDKPCMDFN pf)
bool pfn () const

Public Attributes

int what
int ctrl_id
int last_ctrl_id
NDKPNOTIFFN p_notif_fn
NDKPCMDFN p_cmd_fn


Constructor & Destructor Documentation

BINDING::BINDING int    w,
int    from,
int    to,
NDKPNOTIFFN    pf
[inline]
 

Definition at line 6 of file ndk_bindings.h.

References ctrl_id, last_ctrl_id, NDKPNOTIFFN, p_notif_fn, and what.

00007     :what(w)
00008     ,ctrl_id(from)
00009     ,last_ctrl_id(to)
00010     ,p_notif_fn(pf)
00011     {};

BINDING::BINDING int    w,
int    from,
int    to,
NDKPCMDFN    pf
[inline]
 

Definition at line 13 of file ndk_bindings.h.

References ctrl_id, last_ctrl_id, NDKPCMDFN, p_cmd_fn, and what.

00014     :what(w)
00015     ,ctrl_id(from)
00016     ,last_ctrl_id(to)
00017     ,p_cmd_fn(pf)
00018     {};


Member Function Documentation

bool BINDING::pfn   const [inline]
 

Definition at line 27 of file ndk_bindings.h.

References p_cmd_fn, and p_notif_fn.

00027 {return (p_notif_fn || p_cmd_fn);};


Member Data Documentation

int BINDING::ctrl_id
 

Definition at line 21 of file ndk_bindings.h.

Referenced by BINDING().

int BINDING::last_ctrl_id
 

Definition at line 22 of file ndk_bindings.h.

Referenced by BINDING().

NDKPCMDFN BINDING::p_cmd_fn
 

Definition at line 25 of file ndk_bindings.h.

Referenced by BINDING(), and pfn().

NDKPNOTIFFN BINDING::p_notif_fn
 

Definition at line 24 of file ndk_bindings.h.

Referenced by BINDING(), and pfn().

int BINDING::what
 

Definition at line 20 of file ndk_bindings.h.

Referenced by BINDING().


The documentation for this struct was generated from the following file:
Generated on Thu Oct 10 16:02:10 2002 by doxygen1.2.17