#include "frame_selector.h"
#include <string.h>
#include <stdio.h>
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
#include <FL/Fl_Button.H>
#include <FL/Fl_Value_Input.H>
#include <FL/Fl_Box.H>
Go to the source code of this file.
Compounds | |
class | FrameSelector |
Fltk dialog for selecting/deleting ranges of frames. More... | |
Functions | |
int | frame_selector (const char *message, const char *molname, int maxframe, int *first, int *last, int *stride) |
int | frame_delete_selector (const char *molname, int maxframe, int *first, int *last, int *stride) |
|
Definition at line 173 of file frame_selector.C. References FrameSelector::do_dialog, FrameSelector::firstvalue, FrameSelector::lastvalue, FrameSelector::okbutton, and FrameSelector::stridevalue. |
|
Definition at line 146 of file frame_selector.C. References FrameSelector::do_dialog, FrameSelector::firstvalue, FrameSelector::lastvalue, and FrameSelector::stridevalue. |