NCBI C++ ToolKit
Public Member Functions | List of all members
IGenericHandlerHost Class Referenceabstract

Search Toolkit Book for IGenericHandlerHost

IGenericHandlerHost. More...

#include <gui/widgets/gl/ievent_handler.hpp>

+ Inheritance diagram for IGenericHandlerHost:

Public Member Functions

virtual void GHH_Redraw ()=0
 redraws the Host and the handler More...
 
virtual void GHH_SetCursor (const wxCursor &cursor)=0
 changes the cursor in the hosting window More...
 
virtual void GHH_CaptureMouse ()=0
 captures mouse events in the hosting window for D&D More...
 
virtual void GHH_ReleaseMouse ()=0
 releases captured mouse More...
 
virtual ~IGenericHandlerHost ()
 

Detailed Description

IGenericHandlerHost.

Definition at line 62 of file ievent_handler.hpp.

Constructor & Destructor Documentation

◆ ~IGenericHandlerHost()

virtual IGenericHandlerHost::~IGenericHandlerHost ( )
inlinevirtual

Definition at line 77 of file ievent_handler.hpp.

Member Function Documentation

◆ GHH_CaptureMouse()

virtual void IGenericHandlerHost::GHH_CaptureMouse ( )
pure virtual

◆ GHH_Redraw()

virtual void IGenericHandlerHost::GHH_Redraw ( )
pure virtual

◆ GHH_ReleaseMouse()

virtual void IGenericHandlerHost::GHH_ReleaseMouse ( )
pure virtual

◆ GHH_SetCursor()

virtual void IGenericHandlerHost::GHH_SetCursor ( const wxCursor &  cursor)
pure virtual

The documentation for this class was generated from the following file:
Modified on Fri Sep 20 14:58:20 2024 by modify_doxy.py rev. 669887