3Depict
|
#include "animateFilterDialog.h"
#include "resolutionDialog.h"
#include "wx/propertyGridUpdater.h"
#include "./animateSubDialogs/realKeyFrameDialog.h"
#include "./animateSubDialogs/colourKeyFrameDialog.h"
#include "./animateSubDialogs/stringKeyFrameDialog.h"
#include "./animateSubDialogs/choiceKeyFrameDialog.h"
#include <wx/filename.h>
#include "common/translation.h"
#include "common/stringFuncs.h"
#include "wx/wxcomponents.h"
Functions | |
template<class T > | |
bool | getRealKeyFrame (FrameProperties &frameProp, FilterProperty &filterProp, RealKeyFrameDialog< T > *r) |
END_EVENT_TABLE () | |
Variables | |
const size_t | RANGE_FORMAT_NUM_OPTIONS =3 |
const char * | extension [RANGE_FORMAT_NUM_OPTIONS] |
const char * | comboRange_choices [RANGE_FORMAT_NUM_OPTIONS] |
anonymous enum |
anonymous enum |
END_EVENT_TABLE | ( | ) |
Referenced by choiceStringToCommaDelim(), CopyGrid::copyData(), ExportAnimationDialog::~ExportAnimationDialog(), and ExportPosDialog::~ExportPosDialog().
bool getRealKeyFrame | ( | FrameProperties & | frameProp, |
FilterProperty & | filterProp, | ||
RealKeyFrameDialog< T > * | r | ||
) |
References FrameProperties::addKeyFrame(), ASSERT, FilterProperty::data, RealKeyFrameDialog< T >::getEndFrame(), RealKeyFrameDialog< T >::getEndValue(), RealKeyFrameDialog< T >::getStartFrame(), RealKeyFrameDialog< T >::getStartValue(), RealKeyFrameDialog< T >::getTransitionMode(), FrameProperties::setInterpMode(), stream_cast(), TRANSITION_INTERP, and TRANSITION_STEP.
Referenced by ExportAnimationDialog::OnFilterGridCellSelected().
const char* comboRange_choices[RANGE_FORMAT_NUM_OPTIONS] |
Referenced by ExportAnimationDialog::ExportAnimationDialog().
const char* extension[RANGE_FORMAT_NUM_OPTIONS] |
Referenced by ExportAnimationDialog::getFilename(), DataLoadFilter::guessNumColumns(), BasicGLPane::isInited(), and readScalarsXML().
const size_t RANGE_FORMAT_NUM_OPTIONS =3 |
Referenced by ExportAnimationDialog::ExportAnimationDialog(), and ExportAnimationDialog::getFilename().