Version: 6.3.1
Public Member Functions | Private Attributes

ActorItem Class Reference

Inheritance diagram for ActorItem:
Inheritance graph
[legend]

Public Member Functions

 ActorItem (SMESH_Actor *theActor, const QString &theName, QListWidget *theListWidget)
SMESH_ActorgetActor () const

Private Attributes

SMESH_ActormyActor

Detailed Description

Definition at line 177 of file SMESHGUI_ClippingDlg.cxx.


Constructor & Destructor Documentation

ActorItem.ActorItem ( SMESH_Actor theActor,
const QString &  theName,
QListWidget *  theListWidget 
)

Definition at line 180 of file SMESHGUI_ClippingDlg.cxx.

                                                                                         :
    QListWidgetItem( theName, theListWidget ),
    myActor( theActor ) {}

Member Function Documentation

SMESH_Actor* ActorItem.getActor ( ) const

Definition at line 184 of file SMESHGUI_ClippingDlg.cxx.

{ return myActor; }

Field Documentation

Definition at line 187 of file SMESHGUI_ClippingDlg.cxx.

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS