Public Slots | Public Member Functions | List of all members
pqMainWindowEventBehavior Class Reference

Reaction to when things are dragged into the main window. More...

#include <pqMainWindowEventBehavior.h>

Inherits QObject.

Public Slots

void onClose (QCloseEvent *)
 Triggered when a close event occurs on the main window. More...
 
void onShow (QShowEvent *)
 Triggered when a show event occurs on the main window. More...
 
void onDragEnter (QDragEnterEvent *)
 Triggered when a drag enter event occurs on the main window. More...
 
void onDrop (QDropEvent *)
 Triggered when a drop event occurs on the main window. More...
 

Public Member Functions

 pqMainWindowEventBehavior (QObject *parent=nullptr)
 
 ~pqMainWindowEventBehavior () override
 

Detailed Description

Reaction to when things are dragged into the main window.

Definition at line 19 of file pqMainWindowEventBehavior.h.

Constructor & Destructor Documentation

◆ pqMainWindowEventBehavior()

pqMainWindowEventBehavior::pqMainWindowEventBehavior ( QObject *  parent = nullptr)

◆ ~pqMainWindowEventBehavior()

pqMainWindowEventBehavior::~pqMainWindowEventBehavior ( )
override

Member Function Documentation

◆ onClose

void pqMainWindowEventBehavior::onClose ( QCloseEvent *  )
slot

Triggered when a close event occurs on the main window.

◆ onShow

void pqMainWindowEventBehavior::onShow ( QShowEvent *  )
slot

Triggered when a show event occurs on the main window.

◆ onDragEnter

void pqMainWindowEventBehavior::onDragEnter ( QDragEnterEvent *  )
slot

Triggered when a drag enter event occurs on the main window.

◆ onDrop

void pqMainWindowEventBehavior::onDrop ( QDropEvent *  )
slot

Triggered when a drop event occurs on the main window.


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