mi32/delegatefilter.h File Reference

DELEGATE_FILTER_. More...

#include <mi32/delegate.h>
Include dependency graph for delegatefilter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef
fastdelegate::FastDelegate
< int(const FILEPATH
&, MISTRING &, int)> 
DELEGATE_FILTER_FILEPATH
typedef
fastdelegate::FastDelegate
< int(const RVC::OBJITEM
&, MISTRING &, int)> 
DELEGATE_FILTER_OBJITEM
typedef
fastdelegate::FastDelegate
< int(const RVC::OBJITEMLIST
&, MISTRING &)> 
DELEGATE_FILTER_OBJITEMLIST

Detailed Description

DELEGATE_FILTER_.

.. type definitions


Typedef Documentation

typedef fastdelegate::FastDelegate<int(const FILEPATH&, MISTRING&, int)> DELEGATE_FILTER_FILEPATH

Delegate to filter FILEPATH.

Returns:
< 0 if error, 0 (FALSE) if not usable, 1 (TRUE) if usable. Position parameter will be -1 unless filtering for use in a predefined "set".
typedef fastdelegate::FastDelegate<int(const RVC::OBJITEM&, MISTRING&, int)> DELEGATE_FILTER_OBJITEM

Delegate to filter RVC::OBJITEM.

Returns:
< 0 if error, 0 (FALSE) if not usable, 1 (TRUE) if usable. Position parameter will be -1 unless filtering for use in a predefined "set".
typedef fastdelegate::FastDelegate<int(const RVC::OBJITEMLIST&, MISTRING&)> DELEGATE_FILTER_OBJITEMLIST

Delegate to filter RVC::OBJITEMLIST.

Returns:
< 0 if error, 0 (FALSE) if not usable, 1 (TRUE) if usable.

Generated on Sun Oct 7 21:26:01 2012 for TNTsdk 2012 by  doxygen 1.6.1