OpenStudio:shared_gui_components
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Signals | Public Member Functions | Public Attributes | Protected Member Functions | List of all members
openstudio::measuretab::RectangularDropZone Class Reference

#include <WorkflowView.hpp>

+ Inheritance diagram for openstudio::measuretab::RectangularDropZone:

Signals

void dataDropped (QDropEvent *event)
 

Public Member Functions

 RectangularDropZone ()
 
void setAcceptedMimeType (const QString &type)
 
virtual ~RectangularDropZone ()
 

Public Attributes

QLabelnameLabel
 

Protected Member Functions

void dragEnterEvent (QDragEnterEvent *event) override
 
void dropEvent (QDropEvent *event) override
 
void paintEvent (QPaintEvent *) override
 

Constructor & Destructor Documentation

openstudio::measuretab::RectangularDropZone::RectangularDropZone ( )
virtual openstudio::measuretab::RectangularDropZone::~RectangularDropZone ( )
inlinevirtual

Member Function Documentation

void openstudio::measuretab::RectangularDropZone::dataDropped ( QDropEvent *  event)
signal
void openstudio::measuretab::RectangularDropZone::dragEnterEvent ( QDragEnterEvent *  event)
overrideprotected
void openstudio::measuretab::RectangularDropZone::dropEvent ( QDropEvent *  event)
overrideprotected
void openstudio::measuretab::RectangularDropZone::paintEvent ( QPaintEvent *  )
overrideprotected
void openstudio::measuretab::RectangularDropZone::setAcceptedMimeType ( const QString &  type)

Member Data Documentation

QLabel* openstudio::measuretab::RectangularDropZone::nameLabel