OpenMW
|
#include <windowbase.hpp>
Public Member Functions | |
NoDrop (DragAndDrop *drag, MyGUI::Widget *widget) | |
void | onFrame (float dt) |
virtual void | setAlpha (float alpha) |
Private Attributes | |
MyGUI::Widget * | mWidget |
DragAndDrop * | mDrag |
bool | mTransparent |
A window that cannot be the target of a drag&drop action. When hovered with a drag item, the window will become transparent and allow click-through.
NoDrop::NoDrop | ( | DragAndDrop * | drag, |
MyGUI::Widget * | widget | ||
) |
void NoDrop::onFrame | ( | float | dt | ) |
|
virtual |
|
private |
|
private |
|
private |