/*
QtWagon: a project about 3D objects.
Science and technology promotion license applied. Third party license automatically cascaded.
Zhikai Wang/ www.heteroclinic.net 2013
You can do anything with this file or any file(s) published as part QtWagon project, given this header is kept.
*/
#ifndef __ENUMOPS
#define __ENUMOPS
namespace enum3dops
{
    enum Enum
    {
        wfb,
		yaw,
		roll,
		pitch,
		localposition,
		zoom,
		cfb, // camera forward/backward
		swirlud,// up/down
		swirlrl, // right/left
		global_positionx,
		global_positiony,
		global_positionz,
		focus_x,
		focus_y,
		focus_z,
		updateGLonly
    };
}
#endif