20 #ifndef EEDIT_INPUTBOX_MANAGER_HEADER    21 #define EEDIT_INPUTBOX_MANAGER_HEADER    23 #include <csutil/csstring.h>    24 #include <csgeom/vector3.h>    68         virtual void Select(
float value) = 0;
    77         virtual void Select(
const csString & value) = 0;
    86         virtual void Select(
const csVector3 & value) = 0;
    95         virtual void Select(
bool value) = 0;
   104         virtual void Select(
const csString & value, 
size_t index) = 0;
   107     void SelectList(csString * list, 
size_t listCount, 
const csString & defaultValue, 
iSelectList * callback);
   113         virtual void Select(
const csString & newName, 
const csString & newAnchorType) = 0;
   122         virtual void ChangeName(
const csString & newName) = 0;
   123         virtual void DeleteAnchor() = 0;
   132         virtual void Select(
float newTime) = 0;
   140         virtual void Select(
float newTime) = 0;
 
Main PlaneShift Window manager. 
A dialog window to select a new effect anchor keyframe. 
A dialog window to select a yes or no value. 
A dialog window to select a 3D vector value. 
A dialog window to edit effect anchor. 
A dialog window to select a floating point value. 
A dialog window to select from a list of values. 
A dialog window to select a new effect anchor. 
A dialog window to select a string value.