|
ParaView
|
editor for editing animation key frames More...
#include <pqKeyFrameEditor.h>
Public Slots | |
| void | readKeyFrameData () |
| read the key frame data and display it | |
| void | writeKeyFrameData () |
| write the key frame data as edited by the user to the server manager | |
Public Member Functions | |
| pqKeyFrameEditor (pqAnimationScene *scene, pqAnimationCue *cue, const QString &label, QWidget *p) | |
| ~pqKeyFrameEditor () | |
| void | setValuesOnly (bool) |
| The keyframe editor can be set in a mode where the user can only edit the key frame values or keyframe interpolation and not add/delete keyframes or change key time. | |
| bool | valuesOnly () const |
editor for editing animation key frames
Definition at line 44 of file pqKeyFrameEditor.h.
| pqKeyFrameEditor::pqKeyFrameEditor | ( | pqAnimationScene * | scene, |
| pqAnimationCue * | cue, | ||
| const QString & | label, | ||
| QWidget * | p | ||
| ) |
| pqKeyFrameEditor::~pqKeyFrameEditor | ( | ) |
| void pqKeyFrameEditor::setValuesOnly | ( | bool | ) |
The keyframe editor can be set in a mode where the user can only edit the key frame values or keyframe interpolation and not add/delete keyframes or change key time.
To enable this mode, set this to true (false by default).
| bool pqKeyFrameEditor::valuesOnly | ( | ) | const |
| void pqKeyFrameEditor::readKeyFrameData | ( | ) | [slot] |
read the key frame data and display it
| void pqKeyFrameEditor::writeKeyFrameData | ( | ) | [slot] |
write the key frame data as edited by the user to the server manager
1.7.5.1