Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 ( SalomeApp_Application *  app)

References myParamsTreeWd, and myWindowID.

GEOMGUI_CreationInfoWdg::~GEOMGUI_CreationInfoWdg ( )

Member Function Documentation

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

References myParamsTreeWd.

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

References myParamsTreeWd.

int GEOMGUI_CreationInfoWdg::getWinID ( )
inline
void GEOMGUI_CreationInfoWdg::setInfo ( GEOM::CreationInformationSeq info)

Member Data Documentation

QLabel* GEOMGUI_CreationInfoWdg::myIconLbl
private
QTreeWidget* GEOMGUI_CreationInfoWdg::myParamsTreeWd
private
int GEOMGUI_CreationInfoWdg::myWindowID
private

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