|
| uiTabBar (uiParent *, const char *nm, const CallBack *cb=0) |
|
int | addTab (uiTab *) |
|
void | removeTab (uiTab *) |
|
void | removeTab (uiGroup *) |
|
void | setTabEnabled (int idx, bool) |
|
bool | isTabEnabled (int idx) const |
|
void | setCurrentTab (int idx) |
|
int | currentTabId () const |
|
uiString | textOfTab (int idx) const |
|
int | size () const |
|
int | indexOf (const uiGroup *) const |
|
int | indexOf (const uiTab *) const |
|
uiGroup * | page (int idx) const |
|
| uiObject (uiParent *, const char *nm) |
|
| uiObject (uiParent *, const char *nm, uiObjectBody &) |
|
| ~uiObject () |
|
void | setHSzPol (SzPolicy) |
|
void | setVSzPol (SzPolicy) |
|
SzPolicy | szPol (bool hor=true) const |
|
virtual int | width () const |
| Actual size in pixels. More...
|
|
virtual int | height () const |
| Actual size in pixels. More...
|
|
virtual void | setName (const char *) |
|
void | setToolTip (const uiString &) |
|
const uiString & | toolTip () const |
|
void | translateText () |
|
void | display (bool yn, bool shrink=false, bool maximized=false) |
|
void | setFocus () |
|
bool | hasFocus () const |
|
void | disabFocus () |
|
virtual void | setCursor (const MouseCursor &) |
|
bool | isCursorInside () const |
|
virtual void | setStyleSheet (const char *) |
|
virtual Color | backgroundColor () const |
|
Color | roBackgroundColor () const |
|
virtual void | setBackgroundColor (const Color &) |
|
virtual void | setBackgroundPixmap (const uiPixmap &) |
|
virtual void | setTextColor (const Color &) |
|
void | setSensitive (bool yn=true) |
|
bool | sensitive () const |
|
bool | visible () const |
|
bool | isDisplayed () const |
|
int | prefHNrPics () const |
|
virtual void | setPrefWidth (int) |
|
void | setPrefWidthInChar (int) |
|
void | setPrefWidthInChar (float) |
|
void | setMinimumWidth (int) |
|
void | setMaximumWidth (int) |
|
int | prefVNrPics () const |
|
virtual void | setPrefHeight (int) |
|
void | setPrefHeightInChar (int) |
|
void | setPrefHeightInChar (float) |
|
void | setMinimumHeight (int) |
|
void | setMaximumHeight (int) |
|
void | setStretch (int hor, int ver) |
| Sets stretch factors for object If stretch factor is > 1, then object will already grow at pop-up. More...
|
|
void | attach (constraintType, int margin=-1) |
| attaches object to another In case the stretched... options are used, margin=-1 (default) stretches the object not to cross the border. margin=-2 stretches the object to fill the parent's border. This looks nice with separators. More...
|
|
void | attach (constraintType, uiObject *, int margin=-1, bool reciprocal=true) |
|
void | attach (constraintType, uiParent *, int margin=-1, bool reciprocal=true) |
|
void | setFont (const uiFont &) |
|
const uiFont * | font () const |
|
void | setCaption (const uiString &) |
|
void | shallowRedraw (CallBacker *=0) |
|
void | deepRedraw (CallBacker *=0) |
|
void | reDraw (bool deep) |
|
uiSize | actualsize (bool include_border=true) const |
|
uiParent * | parent () |
|
const uiParent * | parent () const |
|
void | reParent (uiParent *) |
|
uiMainWin * | mainwin () |
|
| mQtclass (QWidget *) getWidget() |
|
| mQtclass (QWidget *) qwidget() |
|
const | mQtclass (QWidget *) qwidget() const |
|
virtual bool | handleLongTabletPress () |
|
virtual const ObjectSet< uiBaseObject > * | childList () const |
|
void | close () |
|
TabBar widget only. Normally you'd want to use the uiTabStack class.