NAME
OrientableConstants.h -
SYNOPSIS
Enumerations
enum orientationType { ORI_DEFAULT = 0, ORI_INVERSION_HORIZONTAL = 1,
ORI_INVERSION_VERTICAL = 2, ORI_INVERSION_Z = 4, ORI_ROTATION_XY
= 8 }
enum { UP_DOWN = 0, DOWN_UP = 1, RIGHT_LEFT = 2, LEFT_RIGHT = 3 }
Functions
orientationType maskFromPanel (bool reverseOrientation, bool
reverseDirection)
Enumeration Type Documentation
anonymous enum
Enumerator:
UP_DOWN
DOWN_UP
RIGHT_LEFT
LEFT_RIGHT
enum orientationType Authors: David Auber, Patrick Mary, Morgan Mathiaut
from the LaBRI Visualization Team Email : auber@tulip-software.org Last
modification : 13/03/2009 This program is free software; you can
redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
Enumerator:
ORI_DEFAULT
ORI_INVERSION_HORIZONTAL
ORI_INVERSION_VERTICAL
ORI_INVERSION_Z
ORI_ROTATION_XY
Function Documentation
orientationType maskFromPanel (bool reverseOrientation, bool
reverseDirection) Authors: David Auber, Patrick Mary, Morgan Mathiaut
from the LaBRI Visualization Team Email : auber@tulip-software.org Last
modification : 13/03/2009 This program is free software; you can
redistribute it and/or modify it under the terms of the GNU General
Public License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
Author
Generated automatically by Doxygen for Tulip Plugins Library from the
source code.