|
OpenMW
|
#include <draganddrop.hpp>
Public Member Functions | |
| DragAndDrop () | |
| void | startDrag (int index, SortFilterItemModel *sortModel, ItemModel *sourceModel, ItemView *sourceView, int count) |
| void | drop (ItemModel *targetModel, ItemView *targetView) |
| void | onFrame () |
| void | finish () |
Public Attributes | |
| bool | mIsOnDragAndDrop |
| MyGUI::Widget * | mDraggedWidget |
| ItemModel * | mSourceModel |
| ItemView * | mSourceView |
| SortFilterItemModel * | mSourceSortModel |
| ItemStack | mItem |
| int | mDraggedCount |
| MWGui::DragAndDrop::DragAndDrop | ( | ) |
| void MWGui::DragAndDrop::finish | ( | ) |
| void MWGui::DragAndDrop::onFrame | ( | ) |
| void MWGui::DragAndDrop::startDrag | ( | int | index, |
| SortFilterItemModel * | sortModel, | ||
| ItemModel * | sourceModel, | ||
| ItemView * | sourceView, | ||
| int | count | ||
| ) |
| int MWGui::DragAndDrop::mDraggedCount |
| MyGUI::Widget* MWGui::DragAndDrop::mDraggedWidget |
| bool MWGui::DragAndDrop::mIsOnDragAndDrop |
| ItemStack MWGui::DragAndDrop::mItem |
| ItemModel* MWGui::DragAndDrop::mSourceModel |
| SortFilterItemModel* MWGui::DragAndDrop::mSourceSortModel |
| ItemView* MWGui::DragAndDrop::mSourceView |
1.8.6