Paste text from clipboard.

This commit is contained in:
Jim Evins
2017-03-11 10:00:37 -05:00
parent 76f972156d
commit 79c5dcde81
8 changed files with 94 additions and 24 deletions
+6 -5
View File
@@ -163,6 +163,12 @@ namespace glabels
void setShadowColorNode( const ColorNode& value );
//
// Natural Size Property (read-only)
//
virtual Size naturalSize() const;
///////////////////////////////////////////////////////////////
// Text Properties Virtual Interface
///////////////////////////////////////////////////////////////
@@ -247,11 +253,6 @@ namespace glabels
virtual TextNode filenameNode() const;
virtual void setFilenameNode( const TextNode &value );
//
// Virtual Image Property: originalSize (read-only)
//
virtual Size originalSize() const;
///////////////////////////////////////////////////////////////
// Shape Properties Virtual Interface