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

#include <RemoteFileCopy.hpp>

Inherits QSplitter.

Public Member Functions

 RemoteFileCopy (QWidget *parent)
 
 ~RemoteFileCopy ()
 

Private Slots

void to_local_copy_requested (QModelIndex item, QModelIndexList copy_items)
 
void to_remote_copy_requested (QModelIndex item, QModelIndexList copy_items)
 
void local_item_double_clicked (QModelIndex item)
 
void remote_item_double_clicked (QModelIndex item)
 
void remote_dir_changed (const QString &dir)
 
void copy_finished ()
 

Private Attributes

boost::shared_ptr< core::NRemoteFSBrowserremote_files
 
FileFilterfilter_remote_model
 
QFileSystemModel * local_files
 
DraggableListWidgetremote_list_widget
 
DraggableListWidgetlocal_list_widget
 

Detailed Description

Definition at line 34 of file RemoteFileCopy.hpp.

Constructor & Destructor Documentation

RemoteFileCopy ( QWidget *  parent)

Definition at line 29 of file RemoteFileCopy.cpp.

Definition at line 75 of file RemoteFileCopy.cpp.

Member Function Documentation

void copy_finished ( )
privateslot

Definition at line 158 of file RemoteFileCopy.cpp.

void local_item_double_clicked ( QModelIndex  item)
privateslot

Definition at line 130 of file RemoteFileCopy.cpp.

void remote_dir_changed ( const QString &  dir)
privateslot

Definition at line 148 of file RemoteFileCopy.cpp.

void remote_item_double_clicked ( QModelIndex  item)
privateslot

Definition at line 140 of file RemoteFileCopy.cpp.

void to_local_copy_requested ( QModelIndex  item,
QModelIndexList  copy_items 
)
privateslot

Definition at line 82 of file RemoteFileCopy.cpp.

void to_remote_copy_requested ( QModelIndex  item,
QModelIndexList  copy_items 
)
privateslot

Definition at line 108 of file RemoteFileCopy.cpp.

Member Data Documentation

FileFilter* filter_remote_model
private

Definition at line 48 of file RemoteFileCopy.hpp.

QFileSystemModel* local_files
private

Definition at line 49 of file RemoteFileCopy.hpp.

DraggableListWidget* local_list_widget
private

Definition at line 51 of file RemoteFileCopy.hpp.

boost::shared_ptr<core::NRemoteFSBrowser> remote_files
private

Definition at line 47 of file RemoteFileCopy.hpp.

DraggableListWidget* remote_list_widget
private

Definition at line 50 of file RemoteFileCopy.hpp.


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