|
FRX SDK Documentation 2025 SP0
|
#include <AcDbSSet.h>
Public Member Functions | |
| AcDbSSet (AcDbImpSSet *) | |
| ~AcDbSSet (void) | |
| int | add_hilite (void) |
| int | in (ent_id *) |
| int | is_empty (void) |
| int | is_terminated (void) |
| int | rdsel (ent_id *) |
| int | rwsel (void) |
| int | set_position (long) |
| long | add (long, hlist *, bool) |
| long | apnd (long, hlist *, Selector *, bool) |
| long | count (void) |
| long | current_position (void) |
| long | del (ent_id *, bool) |
| long | grow (ent_id *) |
| long | node_count (void) const |
| void | copy (AcDbSSet const *) |
| void | draw (int, int) |
| void | init (void) |
| void | make_unique (void) |
| void | minus (AcDbSSet const *, AcDbSSet const *) |
| void | not_unique (void) |
| void | plus (AcDbSSet const *, AcDbSSet const *) |
| void | term (void) |
| void | wipe (bool) |
Definition at line 24 of file AcDbSSet.h.
| AcDbSSet::AcDbSSet | ( | AcDbImpSSet * | ) |
| AcDbSSet::~AcDbSSet | ( | void | ) |