#include <GeneralSliderView.h>
|
| typedef ref_ptr< Slider > | SliderPtr |
| |
| enum | LayoutArea {
TopLeftArea = 0,
MiddleLeftArea = 1,
BottomLeftArea = 2,
TopCenterArea = 3,
CenterArea = 4,
BottomCenterArea = 5,
TopRightArea = 6,
MiddleRightArea = 7,
BottomRightArea = 8,
NumLayoutAreas = 9,
LEFT = TopLeftArea,
LEFT_TOP = TopLeftArea,
LEFT_BOTTOM = BottomLeftArea,
CENTER = CenterArea,
RIGHT = TopRightArea,
BOTTOM = BottomCenterArea
} |
| |
|
| | GeneralSliderView () |
| |
| virtual | ~GeneralSliderView () |
| |
| SliderPtr | getOrCreateSlider (const std::string &name, double lower=0.0, double upper=999.0, int precision=0) |
| |
| SliderPtr | getOrCreateSlider (const std::string &owner, const std::string &name, double lower=0.0, double upper=999.0, int precision=0) |
| |
| void | removeSlider (Slider *slider) |
| |
| void | removeSliders (const std::string &owner) |
| |
| | View () |
| |
| virtual | ~View () |
| |
| ViewClass * | viewClass () const |
| |
| const std::string & | name () const |
| |
| virtual void | setName (const std::string &name) |
| |
| void | setTitleFormat (const std::string &title) |
| |
| void | resetTitleFormat () |
| |
| const std::string & | titleFormat () const |
| |
| ViewArea * | viewArea () const |
| |
| bool | isActive () const |
| |
| bool | hasFocus () const |
| |
| void | bringToFront () |
| |
| SignalProxy< void()> | sigActivated () |
| |
| SignalProxy< void()> | sigDeactivated () |
| |
| SignalProxy< void()> | sigResized () |
| |
| SignalProxy< void()> | sigRemoved () |
| |
| void | setDefaultLayoutArea (LayoutArea area) |
| |
| LayoutArea | defaultLayoutArea () const |
| |
| void | setLayout (QLayout *layout, double marginRatio=0.0) |
| |
| void | setLayout (QLayout *layout, double leftMarginRatio, double topMarginRatio, double rightMarginRatio, double bottomMarginRatio) |
| |
| QPoint | viewAreaPos () const |
| |
| virtual QWidget * | indicatorOnInfoBar () |
| |
| void | enableFontSizeZoomKeys (bool on) |
| |
| | Widget (QWidget *parent=0) |
| |
| SignalProxy< void(std::string name)> | sigObjectNameChanged () |
| |
| SignalProxy< void(std::string title)> | sigWindowTitleChanged () |
| |
◆ SliderPtr
◆ GeneralSliderView()
| GeneralSliderView::GeneralSliderView |
( |
| ) |
|
◆ ~GeneralSliderView()
| GeneralSliderView::~GeneralSliderView |
( |
| ) |
|
|
virtual |
◆ getOrCreateSlider() [1/2]
| GeneralSliderView::SliderPtr GeneralSliderView::getOrCreateSlider |
( |
const std::string & |
name, |
|
|
double |
lower = 0.0, |
|
|
double |
upper = 999.0, |
|
|
int |
precision = 0 |
|
) |
| |
◆ getOrCreateSlider() [2/2]
| GeneralSliderView::SliderPtr GeneralSliderView::getOrCreateSlider |
( |
const std::string & |
owner, |
|
|
const std::string & |
name, |
|
|
double |
lower = 0.0, |
|
|
double |
upper = 999.0, |
|
|
int |
precision = 0 |
|
) |
| |
◆ initializeClass()
◆ instance()
◆ removeSlider()
◆ removeSliders()
| void GeneralSliderView::removeSliders |
( |
const std::string & |
owner | ) |
|
◆ restoreState()
| bool GeneralSliderView::restoreState |
( |
const Archive & |
archive | ) |
|
|
protectedvirtual |
◆ storeState()
| bool GeneralSliderView::storeState |
( |
Archive & |
archive | ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files: