Public Member Functions | Protected Member Functions | Protected Attributes

uiTabStackDlg Class Reference

Inheritance diagram for uiTabStackDlg:
uiDialog uiMainWin uiParent uiBaseObject NamedObject CallBacker

List of all members.

Public Member Functions

 uiTabStackDlg (uiParent *, const uiDialog::Setup &)
 ~uiTabStackDlg ()
uiParenttabParent ()
uiObjecttabObject ()
void addGroup (uiDlgGroup *)
int nrGroups () const
uiDlgGroupgetGroup (int idx)
const uiDlgGroupgetGroup (int idx) const
void showGroup (int idx)
const int currentGroupID ()
const char * helpID () const

Protected Member Functions

void selChange (CallBacker *)
virtual bool acceptOK (CallBacker *)
virtual bool rejectOK (CallBacker *)

Protected Attributes

bool canrevert_
ObjectSet< uiDlgGroupgroups_
uiTabStacktabstack_

Detailed Description

Dialog with multiple uiDlgGroup in a tabstack.


Constructor & Destructor Documentation

uiTabStackDlg::uiTabStackDlg ( uiParent ,
const uiDialog::Setup  
)
uiTabStackDlg::~uiTabStackDlg (  ) 

Member Function Documentation

virtual bool uiTabStackDlg::acceptOK ( CallBacker  )  [protected, virtual]

Reimplemented from uiDialog.

void uiTabStackDlg::addGroup ( uiDlgGroup  ) 
const int uiTabStackDlg::currentGroupID (  )  [inline]
uiDlgGroup& uiTabStackDlg::getGroup ( int  idx  )  [inline]
const uiDlgGroup& uiTabStackDlg::getGroup ( int  idx  )  const [inline]
const char* uiTabStackDlg::helpID (  )  const [virtual]

Returns the help id for the current group, or 0 if no help available for any group, "" if there is help for one or more groups, but not the currently seleceted one.

Reimplemented from uiDialog.

int uiTabStackDlg::nrGroups (  )  const [inline]
virtual bool uiTabStackDlg::rejectOK ( CallBacker  )  [protected, virtual]

Reimplemented from uiDialog.

void uiTabStackDlg::selChange ( CallBacker  )  [protected]
void uiTabStackDlg::showGroup ( int  idx  ) 
uiObject* uiTabStackDlg::tabObject (  )  [inline]
uiParent* uiTabStackDlg::tabParent (  ) 

Member Data Documentation

bool uiTabStackDlg::canrevert_ [protected]