MEPP2 Project
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
FEVV::MdiArea Class Reference

MdiArea class. More...

#include <MdiArea.h>

Inheritance diagram for FEVV::MdiArea:
Inheritance graph
Collaboration diagram for FEVV::MdiArea:
Collaboration graph

Public Member Functions

 MdiArea (QWidget *parent)
 Constructor. More...
 
void setMainWindow (SimpleWindow *mw)
 Set mainwindow pointer to mdiarea. More...
 

Protected Member Functions

void dragEnterEvent (QDragEnterEvent *event)
 Accept a drop mesh file in this zone. More...
 
void dropEvent (QDropEvent *event)
 Load drop mesh file. More...
 

Private Attributes

SimpleWindowm_mw
 mainwindow More...
 
int bType
 mouse bouton type (bNone, bLeft, bRight) More...
 

Detailed Description

MdiArea class.

Definition at line 29 of file MdiArea.h.

Constructor & Destructor Documentation

◆ MdiArea()

FEVV::MdiArea::MdiArea ( QWidget *  parent)
inline

Constructor.

Parameters
parent: parent window.

Definition at line 19 of file MdiArea.inl.

Member Function Documentation

◆ dragEnterEvent()

void FEVV::MdiArea::dragEnterEvent ( QDragEnterEvent *  event)
inlineprotected

Accept a drop mesh file in this zone.

Parameters
eventan event.

Definition at line 25 of file MdiArea.inl.

◆ dropEvent()

void FEVV::MdiArea::dropEvent ( QDropEvent *  event)
inlineprotected

Load drop mesh file.

Parameters
eventan event.

Definition at line 59 of file MdiArea.inl.

◆ setMainWindow()

FEVV::MdiArea::setMainWindow ( SimpleWindow mw)
inline

Set mainwindow pointer to mdiarea.

Parameters
mwmainwindow pointer.

Definition at line 46 of file MdiArea.h.

Member Data Documentation

◆ bType

int FEVV::MdiArea::bType
private

mouse bouton type (bNone, bLeft, bRight)

Definition at line 66 of file MdiArea.h.

◆ m_mw

SimpleWindow* FEVV::MdiArea::m_mw
private

mainwindow

Definition at line 65 of file MdiArea.h.


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