ardour
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
RangeMarkerBarDrag Class Reference

#include <editor_drag.h>

Inheritance diagram for RangeMarkerBarDrag:
Drag

Public Types

enum  Operation { CreateSkipMarker, CreateRangeMarker, CreateTransportMarker, CreateCDMarker }
 

Public Member Functions

 RangeMarkerBarDrag (Editor *, ArdourCanvas::Item *, Operation)
 
 ~RangeMarkerBarDrag ()
 
void start_grab (GdkEvent *, Gdk::Cursor *c=0)
 
void motion (GdkEvent *, bool)
 
void finished (GdkEvent *, bool)
 
void aborted (bool)
 
bool allow_vertical_autoscroll () const
 
bool y_movement_matters () const
 
- Public Member Functions inherited from Drag
 Drag (Editor *, ArdourCanvas::Item *, bool trackview_only=true)
 
virtual ~Drag ()
 
void set_manager (DragManager *m)
 
ArdourCanvas::Item * item () const
 
void swap_grab (ArdourCanvas::Item *, Gdk::Cursor *, uint32_t)
 
bool motion_handler (GdkEvent *, bool)
 
void abort ()
 
ARDOUR::framepos_t adjusted_frame (ARDOUR::framepos_t, GdkEvent const *, bool snap=true) const
 
ARDOUR::framepos_t adjusted_current_frame (GdkEvent const *, bool snap=true) const
 
bool was_double_click () const
 
void set_double_click (bool yn)
 
virtual bool end_grab (GdkEvent *)
 
virtual bool active (Editing::MouseMode m)
 
virtual std::pair
< ARDOUR::framecnt_t, int > 
move_threshold () const
 
virtual bool x_movement_matters () const
 
bool initially_vertical () const
 
virtual void setup_pointer_frame_offset ()
 

Private Member Functions

void update_item (ARDOUR::Location *)
 

Private Attributes

Operation _operation
 
ArdourCanvas::Rectangle * _drag_rect
 
bool _copy
 

Additional Inherited Members

- Protected Member Functions inherited from Drag
double grab_x () const
 
double grab_y () const
 
ARDOUR::framepos_t raw_grab_frame () const
 
ARDOUR::framepos_t grab_frame () const
 
double last_pointer_x () const
 
double last_pointer_y () const
 
double last_pointer_frame () const
 
double current_pointer_x () const
 
double current_pointer_y () const
 
boost::shared_ptr< ARDOUR::Regionadd_midi_region (MidiTimeAxisView *)
 
void show_verbose_cursor_time (framepos_t)
 
void show_verbose_cursor_duration (framepos_t, framepos_t, double xoffset=0)
 
void show_verbose_cursor_text (std::string const &)
 
- Protected Attributes inherited from Drag
Editor_editor
 our editor More...
 
DragManager_drags
 
ArdourCanvas::Item * _item
 our item More...
 
ARDOUR::framecnt_t _pointer_frame_offset
 
bool _x_constrained
 true if x motion is constrained, otherwise false More...
 
bool _y_constrained
 true if y motion is constrained, otherwise false More...
 
bool _was_rolling
 true if the session was rolling before the drag started, otherwise false More...
 

Detailed Description

Range marker drag

Definition at line 999 of file editor_drag.h.

Member Enumeration Documentation

Enumerator
CreateSkipMarker 
CreateRangeMarker 
CreateTransportMarker 
CreateCDMarker 

Definition at line 1002 of file editor_drag.h.

Constructor & Destructor Documentation

RangeMarkerBarDrag::RangeMarkerBarDrag ( Editor e,
ArdourCanvas::Item *  i,
Operation  o 
)

Definition at line 4868 of file editor_drag.cc.

RangeMarkerBarDrag::~RangeMarkerBarDrag ( )

Definition at line 4884 of file editor_drag.cc.

Member Function Documentation

void RangeMarkerBarDrag::aborted ( bool  m)
virtual

Called to abort a drag and return things to how they were before it started.

Parameters
mtrue if some movement occurred, otherwise false.

Implements Drag.

Definition at line 5099 of file editor_drag.cc.

bool RangeMarkerBarDrag::allow_vertical_autoscroll ( ) const
inlinevirtual

Reimplemented from Drag.

Definition at line 1017 of file editor_drag.h.

void RangeMarkerBarDrag::finished ( GdkEvent *  e,
bool  m 
)
virtual

Called when a drag has finished.

Parameters
eEvent describing the finish.
mtrue if some movement occurred, otherwise false.

Implements Drag.

Definition at line 4999 of file editor_drag.cc.

void RangeMarkerBarDrag::motion ( GdkEvent *  e,
bool  f 
)
virtual

Called when a drag motion has occurred.

Parameters
eEvent describing the motion.
ftrue if this is the first movement, otherwise false.

Implements Drag.

Definition at line 4927 of file editor_drag.cc.

void RangeMarkerBarDrag::start_grab ( GdkEvent *  e,
Gdk::Cursor *  c = 0 
)
virtual

Called to start a grab of an item.

Parameters
eEvent that caused the grab to start.
cCursor to use, or 0.

Reimplemented from Drag.

Definition at line 4894 of file editor_drag.cc.

void RangeMarkerBarDrag::update_item ( ARDOUR::Location location)
private

Definition at line 5107 of file editor_drag.cc.

bool RangeMarkerBarDrag::y_movement_matters ( ) const
inlinevirtual
Returns
true if y movement matters to this drag

Reimplemented from Drag.

Definition at line 1021 of file editor_drag.h.

Member Data Documentation

bool RangeMarkerBarDrag::_copy
private

Definition at line 1030 of file editor_drag.h.

ArdourCanvas::Rectangle* RangeMarkerBarDrag::_drag_rect
private

Definition at line 1029 of file editor_drag.h.

Operation RangeMarkerBarDrag::_operation
private

Definition at line 1028 of file editor_drag.h.


The documentation for this class was generated from the following files: