MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Attributes | Static Protected Attributes
MAKLogger::DtLgrDropFileEvent Class Reference

A custom event used to support Windows file drop. More...

+ Inheritance diagram for MAKLogger::DtLgrDropFileEvent:
+ Collaboration diagram for MAKLogger::DtLgrDropFileEvent:

Public Member Functions

 DtLgrDropFileEvent (const char *filename)
 CTOR with file name that was dropped. More...
 
virtual ~DtLgrDropFileEvent ()
 DTOR. More...
 
const DtStringfilename () const
 Get the dropped file name. More...
 

Static Public Member Functions

static bool winEventFilter (tagMSG *msg, long *result)
 
static void setDropEventHandler (QObject *object)
 Set the event handler to receive the event. More...
 
static QObjectdropEventHandler ()
 Get the event handler to receive the event. More...
 

Static Public Attributes

static const QEvent::Type theLgrAppEventId = (QEvent::Type)(QEvent::User + 100)
 The user event id. More...
 

Protected Attributes

DtString myFilename
 

Static Protected Attributes

static QObjecttheEventHandler
 

Detailed Description

A custom event used to support Windows file drop.

Constructor & Destructor Documentation

MAKLogger::DtLgrDropFileEvent::DtLgrDropFileEvent ( const char *  filename)

CTOR with file name that was dropped.

virtual MAKLogger::DtLgrDropFileEvent::~DtLgrDropFileEvent ( )
virtual

DTOR.

Member Function Documentation

static QObject* MAKLogger::DtLgrDropFileEvent::dropEventHandler ( )
static

Get the event handler to receive the event.

const DtString& MAKLogger::DtLgrDropFileEvent::filename ( ) const

Get the dropped file name.

static void MAKLogger::DtLgrDropFileEvent::setDropEventHandler ( QObject object)
static

Set the event handler to receive the event.

static bool MAKLogger::DtLgrDropFileEvent::winEventFilter ( tagMSG *  msg,
long *  result 
)
static

Member Data Documentation

DtString MAKLogger::DtLgrDropFileEvent::myFilename
protected
QObject* MAKLogger::DtLgrDropFileEvent::theEventHandler
staticprotected
const QEvent::Type MAKLogger::DtLgrDropFileEvent::theLgrAppEventId = (QEvent::Type)(QEvent::User + 100)
static

The user event id.


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

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)