OWLNext 7.0
Borland's Object Windows Library for the modern age
|
A TEventHandler mix-in. More...
#include <owl/draglist.h>
Public Member Functions | |
TResult | DragNotify (TParam1, TParam2) |
Forward the drag notification messages from the parent window to the drag listbox for it to handle. | |
DECLARE_RESPONSE_TABLE (TDragListEventHandler) | |
Public Member Functions inherited from owl::TEventHandler | |
virtual bool | Find (TEventInfo &info, TEqualOperator op=0) |
Searches the list of response table entries looking for a match. | |
TResult | Dispatch (TEventInfo &info, TParam1, TParam2=0) |
Takes the message data from TEventInfo's Msg data member and dispatches it to the correct event-handling function. | |
TResult | DispatchMsg (TMsgId, uint id, TParam1, TParam2) |
Search for the event given the message and it and dispatch to the event handler if found. | |
Additional Inherited Members | |
Public Types inherited from owl::TEventHandler | |
typedef bool(* | TEqualOperator) (const TGenericTableEntry &, const TEventInfo &) |
Protected Member Functions inherited from owl::TEventHandler | |
bool | SearchEntries (const TGenericTableEntry *entries, TEventInfo &info, TEqualOperator op) |
Low-level response table search function. | |
A TEventHandler mix-in.
This class is designed to handle the drag list notifications and forward the messages from the parent window to the TDragList class.
Definition at line 92 of file draglist.h.
owl::TDragListEventHandler::DECLARE_RESPONSE_TABLE | ( | TDragListEventHandler | ) |
Forward the drag notification messages from the parent window to the drag listbox for it to handle.
Definition at line 160 of file draglist.cpp.