MySQL Workbench
6.1
|
#include <boost/signals2.hpp>
#include "mforms/base.h"
#include "mforms/utilities.h"
#include "base/geometry.h"
#include "base/trackable.h"
#include "base/drawing.h"
Go to the source code of this file.
Classes | |
struct | mforms::TextAttributes |
struct | mforms::DragDetails |
class | mforms::DropDelegate |
Delegate class for events caused by a drop operation. More... | |
class | mforms::View |
Namespaces | |
mforms | |
Implementation of a composite used to select a file system object like a file, folder, device, drive etc. | |
Enumerations | |
enum | mforms::Alignment { mforms::NoAlign, mforms::BottomLeft, mforms::BottomCenter, mforms::BottomRight, mforms::MiddleLeft, mforms::MiddleCenter, mforms::MiddleRight, mforms::TopLeft, mforms::TopCenter, mforms::TopRight, mforms::WizardLabelAlignment } |
enum | mforms::MouseButton { mforms::MouseButtonLeft = 0, mforms::MouseButtonRight = 1, mforms::MouseButtonOther = 2, mforms::MouseButtonNone = 0x80 } |
enum | mforms::DragOperation { mforms::DragOperationNone = 0, mforms::DragOperationCopy = 1 << 0, mforms::DragOperationMove = 1 << 1 } |
Variables | |
const std::string | mforms::DragFormatText = "com.mysql.workbench.text" |
const std::string | mforms::DragFormatFileName = "com.mysql.workbench.file" |
MySQL Workbench 6.1 documentation |