Definition at line 33 of file IVP13DSystemSimple.cxx.
◆ getNodesWithDisabledNotifications()
void IVP13DSystemSimple::Imp::getNodesWithDisabledNotifications |
( |
SoGroup * |
gr, |
|
|
QList< SoNode * > & |
l |
|
) |
| const |
Definition at line 240 of file IVP13DSystemSimple.cxx.
242 const int n =
gr->getNumChildren();
243 for (
int i = 0;
i <
n; ++
i) {
244 SoNode * child =
gr->getChild(
i);
245 if (!child->isNotifyEnabled())
247 if (child->getTypeId().isDerivedFrom(SoGroup::getClassTypeId()))
◆ made_selection()
void IVP13DSystemSimple::Imp::made_selection |
( |
void * |
userdata, |
|
|
SoPath * |
path |
|
) |
| |
|
static |
Definition at line 107 of file IVP13DSystemSimple.cxx.
111 std::cout<<
"IVP13DSystemSimple::Imp::made_selection Error: Could not find system pointer!"<<std::endl;
115 SoFullPath *fPath =
static_cast<SoFullPath *
>(
path);
118 SoNode *selectedNode = fPath->getTail();
123 std::cout <<
"selected nodes: " << system->
m_d->
root->getNumSelected() <<
", " << system->
m_d->
root->getPath(0) << std::endl;
◆ controllerBuilt
bool IVP13DSystemSimple::Imp::controllerBuilt |
◆ first
bool IVP13DSystemSimple::Imp::first |
◆ root
◆ rootE
SoSeparator* IVP13DSystemSimple::Imp::rootE |
◆ rootR
SoSeparator* IVP13DSystemSimple::Imp::rootR |
◆ theclass
◆ wascreated
bool IVP13DSystemSimple::Imp::wascreated |
◆ wasrefreshed
bool IVP13DSystemSimple::Imp::wasrefreshed |
The documentation for this class was generated from the following file: