OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TDragListEventHandler Class Reference

A TEventHandler mix-in. More...

#include <owl/draglist.h>

Inheritance diagram for owl::TDragListEventHandler:
owl::TEventHandler

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.
 

Detailed Description

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.

Member Function Documentation

◆ DECLARE_RESPONSE_TABLE()

owl::TDragListEventHandler::DECLARE_RESPONSE_TABLE ( TDragListEventHandler )

◆ DragNotify()

TResult owl::TDragListEventHandler::DragNotify ( TParam1 wp,
TParam2 lp )

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.


The documentation for this class was generated from the following files: