COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Signals | Public Member Functions | Protected Member Functions | Private Attributes | List of all members
DraggableListWidget Class Reference

#include <RemoteFileCopy.hpp>

Inherits QListView.

Signals

void copy_request (QModelIndex item, QModelIndexList copy_items)
 
void item_double_clicked (QModelIndex item)
 

Public Member Functions

 DraggableListWidget (QWidget *parent)
 constructor More...
 
void set_accepted_source (DraggableListWidget *accepted_source)
 

Protected Member Functions

void mouseDoubleClickEvent (QMouseEvent *e)
 
void dropEvent (QDropEvent *e)
 
void dragEnterEvent (QDragEnterEvent *e)
 
void dragMoveEvent (QDragMoveEvent *e)
 
void dragLeaveEvent (QDragLeaveEvent *e)
 

Private Attributes

DraggableListWidgetaccepted_source
 

Detailed Description

Definition at line 56 of file RemoteFileCopy.hpp.

Constructor & Destructor Documentation

DraggableListWidget ( QWidget *  parent)

constructor

Definition at line 166 of file RemoteFileCopy.cpp.

Member Function Documentation

void copy_request ( QModelIndex  item,
QModelIndexList  copy_items 
)
signal
void dragEnterEvent ( QDragEnterEvent *  e)
protected

Definition at line 200 of file RemoteFileCopy.cpp.

void dragLeaveEvent ( QDragLeaveEvent *  e)
protected

Definition at line 213 of file RemoteFileCopy.cpp.

void dragMoveEvent ( QDragMoveEvent *  e)
protected

Definition at line 207 of file RemoteFileCopy.cpp.

void dropEvent ( QDropEvent *  e)
protected

Definition at line 190 of file RemoteFileCopy.cpp.

void item_double_clicked ( QModelIndex  item)
signal
void mouseDoubleClickEvent ( QMouseEvent *  e)
protected

Definition at line 184 of file RemoteFileCopy.cpp.

void set_accepted_source ( DraggableListWidget accepted_source)

Definition at line 178 of file RemoteFileCopy.cpp.

Member Data Documentation

DraggableListWidget* accepted_source
private

Definition at line 72 of file RemoteFileCopy.hpp.


The documentation for this class was generated from the following files:
Send comments to:
COOLFluiD Web Admin