KiCad PCB EDA Suite
|
#include <vector>
#include <math/box2.h>
#include <geometry/eda_angle.h>
#include <widgets/unit_binder.h>
#include <dialogs/dialog_move_exact_base.h>
Go to the source code of this file.
Classes | |
class | DIALOG_MOVE_EXACT |
struct | DIALOG_MOVE_EXACT::MOVE_EXACT_OPTIONS |
Persistent dialog options. More... | |
Enumerations | |
enum | ROTATION_ANCHOR { ROTATE_AROUND_ITEM_ANCHOR , ROTATE_AROUND_SEL_CENTER , ROTATE_AROUND_USER_ORIGIN , ROTATE_AROUND_AUX_ORIGIN } |
enum ROTATION_ANCHOR |
Enumerator | |
---|---|
ROTATE_AROUND_ITEM_ANCHOR | |
ROTATE_AROUND_SEL_CENTER | |
ROTATE_AROUND_USER_ORIGIN | |
ROTATE_AROUND_AUX_ORIGIN |
Definition at line 39 of file dialog_move_exact.h.