Namespaces | |
namespace | Mode |
namespace | Sync |
namespace | Tool |
Classes | |
class | AdjustButton |
class | ColourBars |
class | ColourMapButton |
class | ColourMapButtonObserver |
class | ComboBoxWithErrorMsg |
class | Displayable |
class | DisplayableVisitor |
class | Image |
class | ImageBase |
class | Volume |
class | Window |
Functions | |
size_t | colourmap_index_from_menu (size_t n) |
void | create_colourmap_menu (QWidget *parent, QActionGroup *&group, QMenu *menu, QAction **&actions, bool create_shortcuts=false, bool use_special=true) |
Variables | |
const uint32_t | InvertScale = 0x08000000 |
const uint32_t | DiscardLower = 0x20000000 |
const uint32_t | DiscardUpper = 0x40000000 |
const uint32_t | Transparency = 0x80000000 |
const uint32_t | Lighting = 0x01000000 |
const uint32_t | DiscardLowerEnabled = 0x00100000 |
const uint32_t | DiscardUpperEnabled = 0x00200000 |
const uint32_t | TransparencyEnabled = 0x00400000 |
const uint32_t | LightingEnabled = 0x00800000 |
|
inline |
Definition at line 35 of file colourbars.h.
void MR::GUI::MRView::create_colourmap_menu | ( | QWidget * | parent, |
QActionGroup *& | group, | ||
QMenu * | menu, | ||
QAction **& | actions, | ||
bool | create_shortcuts = false , |
||
bool | use_special = true |
||
) |
const uint32_t MR::GUI::MRView::DiscardLower = 0x20000000 |
Definition at line 41 of file displayable.h.
const uint32_t MR::GUI::MRView::DiscardLowerEnabled = 0x00100000 |
Definition at line 45 of file displayable.h.
const uint32_t MR::GUI::MRView::DiscardUpper = 0x40000000 |
Definition at line 42 of file displayable.h.
const uint32_t MR::GUI::MRView::DiscardUpperEnabled = 0x00200000 |
Definition at line 46 of file displayable.h.
const uint32_t MR::GUI::MRView::InvertScale = 0x08000000 |
Definition at line 40 of file displayable.h.
const uint32_t MR::GUI::MRView::Lighting = 0x01000000 |
Definition at line 44 of file displayable.h.
const uint32_t MR::GUI::MRView::LightingEnabled = 0x00800000 |
Definition at line 48 of file displayable.h.
const uint32_t MR::GUI::MRView::Transparency = 0x80000000 |
Definition at line 43 of file displayable.h.
const uint32_t MR::GUI::MRView::TransparencyEnabled = 0x00400000 |
Definition at line 47 of file displayable.h.