Drag n drop (#223)
Added drop interface for image files, images, and text, dragged from other applications. (#153,#223) - Lock aspect ration on new image objects by default - Communicate context menu click location to paste actions
This commit is contained in:
@@ -109,6 +109,7 @@ namespace glabels
|
||||
void editCut();
|
||||
void editCopy();
|
||||
void editPaste();
|
||||
void editContextPaste();
|
||||
void editDelete();
|
||||
void editSelectAll();
|
||||
void editUnSelectAll();
|
||||
@@ -150,10 +151,10 @@ namespace glabels
|
||||
void helpReportBug();
|
||||
void helpAbout();
|
||||
|
||||
void onContextMenuActivate();
|
||||
void onContextMenuActivate( model::Point );
|
||||
|
||||
void onZoomChanged();
|
||||
void onPointerMoved( double, double );
|
||||
void onPointerMoved( model::Point );
|
||||
void onPointerExit();
|
||||
|
||||
void onNameChanged();
|
||||
|
||||
Reference in New Issue
Block a user