#include <LightApp_OBFilter.h>

Public Member Functions | |
| LightApp_OBFilter (LightApp_SelectionMgr *theSelMgr) | |
| ~LightApp_OBFilter () | |
| virtual bool | isOk (const SUIT_DataObject *) const |
Private Attributes | |
| LightApp_SelectionMgr * | mySelMgr |
Custom Object Browser filter, that checks correctness of object by all filters set in selection manager
| LightApp_OBFilter::LightApp_OBFilter | ( | LightApp_SelectionMgr * | theSelMgr | ) |
Constructor.
References mySelMgr.
| LightApp_OBFilter::~LightApp_OBFilter | ( | ) |
Destructor.
| bool LightApp_OBFilter::isOk | ( | const SUIT_DataObject * | theDataObj | ) | const [virtual] |
Checks: data object is ok?
Implements OB_Filter.
References LightApp_DataObject.entry(), SUIT_SelectionMgr.isOk(), mySelMgr, and PyInterp.obj.
LightApp_SelectionMgr* LightApp_OBFilter.mySelMgr [private] |