FreeDebks  1.0.3
 All Classes Files Functions Variables Friends Pages
Public Member Functions | Private Attributes | List of all members
FdResultsDragDrop Class Reference

#include <FdCommandsResults.hpp>

Collaboration diagram for FdResultsDragDrop:
Collaboration graph
[legend]

Public Member Functions

 FdResultsDragDrop (FdModelResults *model, QList< int > rows, int row)
void redo ()
void undo ()

Private Attributes

int mRow
FdResultsRemovemRemove
QList< FdResultsAdd * > mAddActions

Detailed Description

Undo/Redo action for dragging and droping of rows of the results.

Definition at line 54 of file FdCommandsResults.hpp.

Constructor & Destructor Documentation

FdResultsDragDrop::FdResultsDragDrop ( FdModelResults model,
QList< int >  rows,
int  row 
)

Definition at line 39 of file FdCommandsResults.cpp.

Member Function Documentation

void FdResultsDragDrop::redo ( )

Definition at line 61 of file FdCommandsResults.cpp.

void FdResultsDragDrop::undo ( )

Definition at line 69 of file FdCommandsResults.cpp.

Member Data Documentation

QList<FdResultsAdd*> FdResultsDragDrop::mAddActions
private

Definition at line 66 of file FdCommandsResults.hpp.

FdResultsRemove* FdResultsDragDrop::mRemove
private

Definition at line 65 of file FdCommandsResults.hpp.

int FdResultsDragDrop::mRow
private

Destination row, adaptated if necessary by the constructor.

Definition at line 64 of file FdCommandsResults.hpp.


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