CrTool Class Reference


Public Member Functions

 CrTool (const QString &tBar)
 CrTool (const int id, const int tBar, const int idx)
 CrTool (const int id, const QString &tBar, const int idx)
 CrTool (QtxAction *action, const int tbId, const int id, const int idx)
 CrTool (QtxAction *action, const QString &tBar, const int id, const int idx)
int execute (SALOME_PYQT_Module *module) const

Private Attributes

int myCase
QString myTbName
int myTbId
QtxActionmyAction
int myId
int myIndex

Detailed Description

SalomePyQt.createTool These methods allow operating with the toolbars:


Constructor & Destructor Documentation

CrTool.CrTool const QString &  tBar  ) 
 

CrTool.CrTool const int  id,
const int  tBar,
const int  idx
 

CrTool.CrTool const int  id,
const QString &  tBar,
const int  idx
 

CrTool.CrTool QtxAction action,
const int  tbId,
const int  id,
const int  idx
 

CrTool.CrTool QtxAction action,
const QString &  tBar,
const int  id,
const int  idx
 


Member Function Documentation

int CrTool.execute SALOME_PYQT_Module module  )  const
 


Field Documentation

int CrTool.myCase [private]
 

QString CrTool.myTbName [private]
 

int CrTool.myTbId [private]
 

QtxAction* CrTool.myAction [private]
 

int CrTool.myId [private]
 

int CrTool.myIndex [private]