Version: 9.12.0
GEOMGUI_CreationInfoWdg Class Reference

A widget showing information about object creation: More...

#include <GEOMGUI_CreationInfoWdg.h>

Inheritance diagram for GEOMGUI_CreationInfoWdg:
Inheritance graph

Public Member Functions

 GEOMGUI_CreationInfoWdg (SalomeApp_Application *app)
 
 ~GEOMGUI_CreationInfoWdg ()
 
void setInfo (GEOM::CreationInformationSeq &info)
 
void clear ()
 
int getWinID ()
 

Private Member Functions

QTreeWidgetItemaddOperation (const QPixmap &icon, const QString &name)
 
void addParam (QTreeWidgetItem *operation, const QString &name, const QString &value)
 

Private Attributes

QLabel * myIconLbl
 
QTreeWidgetmyParamsTreeWd
 
int myWindowID
 

Detailed Description

  • operation icon
  • operation name
  • parameter values

Issue 0021684

Constructor & Destructor Documentation

◆ GEOMGUI_CreationInfoWdg()

GEOMGUI_CreationInfoWdg::GEOMGUI_CreationInfoWdg ( SalomeApp_Application *  app)

References myParamsTreeWd, and myWindowID.

◆ ~GEOMGUI_CreationInfoWdg()

GEOMGUI_CreationInfoWdg::~GEOMGUI_CreationInfoWdg ( )

Member Function Documentation

◆ addOperation()

QTreeWidgetItem * GEOMGUI_CreationInfoWdg::addOperation ( const QPixmap &  icon,
const QString &  name 
)
private

References myParamsTreeWd.

◆ addParam()

void GEOMGUI_CreationInfoWdg::addParam ( QTreeWidgetItem operation,
const QString &  name,
const QString &  value 
)
private

◆ clear()

void GEOMGUI_CreationInfoWdg::clear ( )

References myParamsTreeWd.

◆ getWinID()

int GEOMGUI_CreationInfoWdg::getWinID ( )
inline

◆ setInfo()

void GEOMGUI_CreationInfoWdg::setInfo ( GEOM::CreationInformationSeq info)

Member Data Documentation

◆ myIconLbl

QLabel* GEOMGUI_CreationInfoWdg::myIconLbl
private

◆ myParamsTreeWd

QTreeWidget* GEOMGUI_CreationInfoWdg::myParamsTreeWd
private

◆ myWindowID

int GEOMGUI_CreationInfoWdg::myWindowID
private

The documentation for this class was generated from the following files: