Database table object selection filter that excludes all objects except for tables. More...
#include <rvc/dbtable.h>

Public Member Functions | |
| GETOBJFILTER_ISSELECTABLE () | |
| virtual | ~GETOBJFILTER_ISSELECTABLE () |
Private Member Functions | |
| virtual bool | v_HasSelectableSubObjects (const RVC::OBJITEM &objitem) |
| virtual bool | v_IsSelectable (const RVC::OBJITEM &objitem, int position) |
| virtual bool | v_IsValidParent (const RVC::OBJITEM &objitem) |
Database table object selection filter that excludes all objects except for tables.
| RVC::DBTABLE::GETOBJFILTER_ISSELECTABLE::GETOBJFILTER_ISSELECTABLE | ( | ) | [inline] |
| virtual RVC::DBTABLE::GETOBJFILTER_ISSELECTABLE::~GETOBJFILTER_ISSELECTABLE | ( | ) | [inline, virtual] |
| virtual bool RVC::DBTABLE::GETOBJFILTER_ISSELECTABLE::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::GETOBJFILTER_ISSELECTABLE::v_IsSelectable | ( | const RVC::OBJITEM & | objitem, | |
| int | position | |||
| ) | [private, virtual] |
Called by IsSelectable() to determine if object is selectable.
Reimplemented from RVC::GETOBJFILTER.
| virtual bool RVC::DBTABLE::GETOBJFILTER_ISSELECTABLE::v_IsValidParent | ( | const RVC::OBJITEM & | parent | ) | [private, virtual] |
Called by IsValidParent() to determine if the "New Object" button should be enabled.
Reimplemented from RVC::GETOBJFILTER.
1.6.1