Database table object selection filter that excludes all objects except for style assignment tables with locatable style objects. More...
#include <rvc/dbtabsty.h>

Public Member Functions | |
| GETOBJFILTER_HASSTYLESUBOBJECT () | |
| virtual | ~GETOBJFILTER_HASSTYLESUBOBJECT () |
Private Member Functions | |
| virtual bool | v_HasSelectableSubObjects (const RVC::OBJITEM &objitem) |
| virtual bool | v_IsSelectable (const RVC::OBJITEM &objitem, int position) |
Database table object selection filter that excludes all objects except for style assignment tables with locatable style objects.
| RVC::DBTABLE_STYLE::GETOBJFILTER_HASSTYLESUBOBJECT::GETOBJFILTER_HASSTYLESUBOBJECT | ( | ) | [inline] |
| virtual RVC::DBTABLE_STYLE::GETOBJFILTER_HASSTYLESUBOBJECT::~GETOBJFILTER_HASSTYLESUBOBJECT | ( | ) | [inline, virtual] |
| virtual bool RVC::DBTABLE_STYLE::GETOBJFILTER_HASSTYLESUBOBJECT::v_HasSelectableSubObjects | ( | const RVC::OBJITEM & | objitem | ) | [private, virtual] |
Called by HasSelectableSubObjects() to determine if has selectable subobjects.
Default implementation always returns 'false'.
Reimplemented from RVC::GETOBJFILTER.
| virtual bool RVC::DBTABLE_STYLE::GETOBJFILTER_HASSTYLESUBOBJECT::v_IsSelectable | ( | const RVC::OBJITEM & | objitem, | |
| int | position | |||
| ) | [private, virtual] |
Called by IsSelectable() to determine if object is selectable.
Reimplemented from RVC::GETOBJFILTER.
1.6.1