OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
bardescr.h File Reference

Class definition for TBarDescr. More...

#include <owl/private/defs.h>
#include <owl/resource.h>
#include <owl/preclass.h>
#include <owl/posclass.h>

Go to the source code of this file.

Classes

class  owl::TBarDescr
 Descriptor of Bar Implementation. More...
 

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Macros

#define TGadget_FUNCTOR(func)   TFunctionTranslator3<TGadget*,int,int, bool&, TGadget* (*)(int,int, bool&)>(func)
 
#define TGadget_MFUNCTOR(obj, memberFunc)   TMemberTranslator3<TGadget*,int,int, bool&, TGadget*(obj::*)(int,int, bool&)>(obj, memberFunc);
 

Typedefs

typedef TFunctor3< TGadget *, int, int, bool & > owl::TGadgetFunctor
 

Detailed Description

Class definition for TBarDescr.

Definition in file bardescr.h.

Macro Definition Documentation

◆ TGadget_FUNCTOR

#define TGadget_FUNCTOR ( func)    TFunctionTranslator3<TGadget*,int,int, bool&, TGadget* (*)(int,int, bool&)>(func)

Definition at line 31 of file bardescr.h.

◆ TGadget_MFUNCTOR

#define TGadget_MFUNCTOR ( obj,
memberFunc )   TMemberTranslator3<TGadget*,int,int, bool&, TGadget*(obj::*)(int,int, bool&)>(obj, memberFunc);

Definition at line 32 of file bardescr.h.