Klamp't  0.9.0
Public Member Functions | Public Attributes | List of all members
Klampt::ResourceGUIBackend Class Reference

A backend for resource browsing. Natively supports configs, paths, transforms, ik goals, holds, stance, trimeshes. More...

#include <ResourceGUI.h>

Inheritance diagram for Klampt::ResourceGUIBackend:
Klampt::WorldGUIBackend Klampt::GLNavigationBackend Klampt::MouseDragBackend Klampt::GenericBackendBase Klampt::RobotPoseBackend

Public Member Functions

 ResourceGUIBackend (WorldModel *world, ResourceManager *library)
 
bool LoadCommandLine (int argc, const char **argv)
 
ResourceNodePtr Add (ResourcePtr r)
 
ResourceNodePtr Add (const string &name, const string &type)
 
template<class T >
ResourceNodePtr Add (const string &name, const T &val)
 
ResourceNodePtr Add (const string &name, const vector< Real > &ts, const vector< Config > &qs)
 
void SaveCur (const string &file)
 
bool LoadNew (const string &file)
 
void SaveAll (const string &path)
 
bool LoadAll (const string &path)
 
void SetLastActive ()
 
void SetActive (const string &identifier)
 
virtual void SetPathTime (double time)
 
virtual bool OnCommand (const string &cmd, const string &args)
 
ResourcePtr CurrentResource ()
 
void RenderCurResource ()
 
- Public Member Functions inherited from Klampt::WorldGUIBackend
 WorldGUIBackend (WorldModel *world)
 
bool LoadCommandLine (int argc, const char **argv)
 
bool LoadFile (const char *fn)
 
bool ReloadFile (const char *fn)
 
bool SaveWorld (const char *fn, const char *elementPath=NULL)
 
virtual void Start ()
 Default implementation of following do nothing.
 
virtual bool OnIdle ()
 
virtual void SetWorldLights ()
 
RobotModelClickRobot (int x, int y, int &body, Vector3 &localpt) const
 
RobotModelClickRobot (const Ray3D &r, int &body, Vector3 &localpt) const
 
RigidObjectModelClickObject (int x, int y, Vector3 &localpt) const
 
RigidObjectModelClickObject (const Ray3D &r, Vector3 &localpt) const
 
virtual void RefreshIdle ()
 
virtual void RenderWorld ()
 
virtual void DoFreeDrag (int dx, int dy, int button)
 Overload this for regular (non-modified) dragging.
 
virtual void DoCtrlDrag (int dx, int dy, int button)
 Overload this for control-dragging.
 
virtual void DoAltDrag (int dx, int dy, int button)
 Overload this for alt-dragging.
 
virtual void DoShiftDrag (int dx, int dy, int button)
 Overload this for shift-dragging.
 
virtual bool OnMouseWheel (int dwheel)
 
- Public Member Functions inherited from Klampt::GLNavigationBackend
virtual void RenderScreen ()
 
virtual bool OnGLRender ()
 
virtual bool OnGLViewport (int x, int y, int w, int h)
 
virtual void BeginDrag (int x, int y, int button, int modifiers)
 
void DragPan (int dx, int dy)
 
void DragRotate (int dx, int dy)
 
void DragZoom (int dx, int dy)
 
void DragTruck (int dx, int dy)
 
void Set2DMode (bool mode=true)
 
void DisplayCameraTarget ()
 
void CenterCameraOn (const Math3D::AABB3D &bbox)
 
void ClickRay (int x, int y, Math3D::Vector3 &src, Math3D::Vector3 &dir) const
 
void WriteDisplaySettings (std::ostream &out) const
 
void ReadDisplaySettings (std::istream &in)
 
- Public Member Functions inherited from Klampt::MouseDragBackend
virtual bool OnMouseClick (int button, int state, int mx, int my)
 
virtual bool OnMouseMove (int mx, int my)
 
virtual bool OnKeyDown (const string &key)
 
virtual bool OnKeyUp (const string &key)
 
virtual void DoDrag (int dx, int dy, int button, int modifiers)
 
virtual void EndDrag (int x, int y, int button, int modifiers)
 
virtual void DoPassiveMouseMove (int x, int y)
 Overload this to handle plain, non-dragging mouse motion events.
 
- Public Member Functions inherited from Klampt::GenericBackendBase
virtual void Stop ()
 
virtual bool ProcessMessage (const AnyCollection &msg)
 
virtual bool SendMessage (const AnyCollection &msg)
 Send a message to the gui.
 
void MapButtonPress (const string &button, int *var)
 
void MapButtonToggle (const string &button, int *var)
 
void MapWidgetValue (const string &button, string *var)
 
void MapKeyToggle (const string &key, int *var)
 
virtual bool OnButtonPress (const string &button)
 
virtual bool OnButtonToggle (const string &button, int checked)
 
virtual bool OnWidgetValue (const string &widget, const string &value)
 
virtual bool OnScroll (int dy)
 
virtual bool OnSpaceball (const Math3D::RigidTransform &T)
 
virtual bool OnDevice (const string &name, const string &data)
 
bool SendQuit ()
 
bool SendCommand (const string &cmd, const string &args)
 
bool SendNotify (const string &text, const string &msglevel="")
 
bool SendError (const string &text)
 
bool SendWarning (const string &text)
 
bool SendPauseIdle (double secs=1e300)
 
bool SendRefresh ()
 
bool SendResize (int w, int h)
 
bool SendDrawText (double x, double y, double z, const std::string &text, int height=10)
 
bool SendDrawText (int x, int y, const std::string &text, int height=10)
 

Public Attributes

ResourceManager * resources
 
ResourceNodePtr last_added
 
ViewResource viewResource
 
- Public Attributes inherited from Klampt::WorldGUIBackend
WorldModelworld
 
- Public Attributes inherited from Klampt::GLNavigationBackend
Camera::Viewport viewport
 
Camera::CameraController_Orbit camera
 
bool stereo_mode
 
float stereo_offset
 
Timer timer
 
int show_view_target
 
float t_hide_view_target
 
float frames_per_second
 
bool show_frames_per_second
 
int frames_rendered
 
bool mode_2d
 
- Public Attributes inherited from Klampt::MouseDragBackend
int oldmousex
 
int oldmousey
 
int clickButton
 
int clickModifiers
 
- Public Attributes inherited from Klampt::GenericBackendBase
GenericGUIBasegui
 
map< string, int * > liveButtonPresses
 
map< string, int * > liveButtonToggles
 
map< string, string * > liveWidgetValues
 
map< string, int * > liveKeys
 

Additional Inherited Members

- Public Types inherited from Klampt::GLNavigationBackend
typedef MouseDragBackend BaseT
 

Detailed Description

A backend for resource browsing. Natively supports configs, paths, transforms, ik goals, holds, stance, trimeshes.

Handles the following commands:

Sends the following commands:

Caller must have previously called MakeRobotResourceLibrary(library) on the initialized library


The documentation for this class was generated from the following file: