#include <AlignAction.h>
Public Types | |
enum | Orientation { Left, Right, Top, Bottom, HCenter, VCenter } |
Public Member Functions | |
AlignAction (const QString &tooltip, AlignAction::Orientation o, QWidget *parent) |
Definition at line 28 of file AlignAction.h.
this enum has all the possibilities of orientations for the aligns.
Definition at line 33 of file AlignAction.h.
AlignAction::AlignAction | ( | const QString & | tooltip, | |
AlignAction::Orientation | o, | |||
QWidget * | parent | |||
) |
creates a new align button. actionName
the name of the button tooltip
some helper text. o
the orientation that this button will work on. parent
the parent widget
Definition at line 27 of file AlignAction.cpp.