MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / getCurrentElement

Method getCurrentElement

src/gui/UBFeaturesWidget.cpp:985–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

983}
984
985UBFeature UBFeatureProperties::getCurrentElement() const
986{
987 if ( mpElement )
988 return *mpElement;
989
990 return UBFeature();
991}
992
993void UBFeatureProperties::setOrigPixmap(const QPixmap &pix)
994{

Callers 2

dropMimeDataMethod · 0.80

Calls 1

UBFeatureClass · 0.85

Tested by

no test coverage detected