![]() |
ImFusion SDK 4.3
|
#include <AnatomyPlugin/include/ImFusion/AnatomyPlugin/StylePseudoClass.h>
Known modifier keys. In analogy to CSS, we refer to modifiers of this type as "pseudo-classes". More...
Known modifier keys. In analogy to CSS, we refer to modifiers of this type as "pseudo-classes".
Static Public Attributes | |
| static constexpr auto | Selected = "selected" |
| Set when this element is selected. Note: Styles use Selection::NonePolicy::Empty. | |
| static constexpr auto | NotSelected = "!selected" |
| Set when this element is NOT selected. Note: Styles use Selection::NonePolicy::Empty. | |
| static constexpr auto | AnySelected |
| Set when this or any other element is selected. Note: Styles use Selection::NonePolicy::Empty. | |
| static constexpr auto | NotAnySelected = "!any-selected" |
| Set when no element is selected. Note: Styles use Selection::NonePolicy::Empty. | |
| static constexpr auto | Focus = "focus" |
| Set when this element is in focus. | |
| static constexpr auto | NotFocus = "!focus" |
| Set when this element is NOT in focus. | |
| static constexpr auto | Is2D = "is2d" |
| Set when the anatomical structure is 2D. | |
| static constexpr auto | NotIs2D = "!is2d" |
| Set when the anatomical structure is NOT 2D; i.e. it is 3D. | |
| static constexpr auto | Projective = "projective" |
| Set when the object is visualized projectively over a 2D (xray) image. | |
| static constexpr auto | NotProjective = "!projective" |
| Set when the object is not visualized projectively over a 2D (xray) image. | |
|
staticconstexpr |
Set when this or any other element is selected. Note: Styles use Selection::NonePolicy::Empty.