Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

EditMenuHandler Class Reference

#include <editmenuhandler.h>

List of all members.

Public Slots

void gotoFrame (int frameNumber)
void closeGotoMenu ()
void undo ()
void redo ()
void cut ()
void copy ()
void paste ()

Signals

void addFrames (const QStringList &l)

Public Member Functions

 EditMenuHandler (QObject *parent=0, QStatusBar *sb=0, FrameBar *frameBar=0, const char *name=0)
void setGotoMenu (MenuFrame *gotoMenu)


Detailed Description

This class handles request related to the editmenu (undo, redo, copy, cut, etc)

Author:
Bjoern Erik Nilsen & Fredrik Berg Kjoelstad


Constructor & Destructor Documentation

EditMenuHandler::EditMenuHandler QObject *  parent = 0,
QStatusBar *  sb = 0,
FrameBar frameBar = 0,
const char *  name = 0
 

Creates and initializes the Soundhandler.

Parameters:
parent the parent of the soundhandler.
sb a statusbar for displaying status information to the user.
frameBar the frameBar containing thumbnails
name the name of the soundhandler


Member Function Documentation

void EditMenuHandler::addFrames const QStringList &  l  )  [signal]
 

Adds the frames pointed to by a list.

Parameters:
l the list containing pointers to the frames

void EditMenuHandler::closeGotoMenu  )  [slot]
 

Closes the goto menu and moves the focus to the mainwindowgui.

void EditMenuHandler::copy  )  [slot]
 

Copies a selection to the global clipboard.

void EditMenuHandler::cut  )  [slot]
 

Copies the selection to the global clipboard and removes it from the project.

void EditMenuHandler::gotoFrame int  frameNumber  )  [slot]
 

Goes to the frame with the number frameNumber on the framebar.

Parameters:
frameNumber the number of the frame to go to.

void EditMenuHandler::paste  )  [slot]
 

Pastes a selection from the global clipboard to the program.

void EditMenuHandler::redo  )  [slot]
 

Redoes the last undo the user have done.

void EditMenuHandler::setGotoMenu MenuFrame gotoMenu  ) 
 

Sets the gotoMenu property so that it can be closed.

Parameters:
gotoMenu the gotoMenu.

void EditMenuHandler::undo  )  [slot]
 

Undoes the last undoable operation the user have done.


The documentation for this class was generated from the following files:
Generated on Thu May 19 01:51:21 2005 for stopmotion.kdevelop by  doxygen 1.4.2