Skui 0.0.1
Build fast and easy to use control software with Skui.
 
Loading...
Searching...
No Matches
panel.hpp File Reference
#include <QGuiApplication>
#include <QLoggingCategory>
#include <QMouseEvent>
#include <QRubberBand>
#include <QWidget>
#include "../app/context_menu.hpp"
#include "../node/nodes/visual.hpp"
#include "resizeboundingbox.hpp"
#include "visual_container.hpp"

Go to the source code of this file.

Classes

class  Panel
 

Typedefs

using RbbWidgetPair = std::pair<ResizeBoundingBox *, QWidget *>
 

Enumerations

enum class  AlignDirection {
  Top , Right , Bottom , Left ,
  Horizontal , Vertical
}
 
enum class  DisplayMode { Run , Edit }
 

Typedef Documentation

◆ RbbWidgetPair

using RbbWidgetPair = std::pair<ResizeBoundingBox *, QWidget *>

Enumeration Type Documentation

◆ AlignDirection

enum class AlignDirection
strong
Enumerator
Top 
Right 
Bottom 
Left 
Horizontal 
Vertical 

◆ DisplayMode

enum class DisplayMode
strong
Enumerator
Run 
Edit