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.
241{
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()))
249 }
250}
void getNodesWithDisabledNotifications(SoGroup *, QList< SoNode * > &) const
l
Printing final latex table to .tex output file.
◆ made_selection()
| void IVP13DSystemSimple::Imp::made_selection |
( |
void * | userdata, |
|
|
SoPath * | path ) |
|
static |
Definition at line 107 of file IVP13DSystemSimple.cxx.
108{
110 if (!system) {
111 std::cout<<"IVP13DSystemSimple::Imp::made_selection Error: Could not find system pointer!"<<std::endl;
112 return;
113 }
114
115 SoFullPath *fPath =
static_cast<SoFullPath *
>(
path);
116 if (!fPath)
117 return;
118 SoNode *selectedNode = fPath->getTail();
119 if (!selectedNode)
120 return;
121
123 std::cout <<
"selected nodes: " << system->
m_d->
root->getNumSelected() <<
", " << system->
m_d->
root->getPath(0) << std::endl;
124}
SoCooperativeSelection * root
IVP13DSystemSimple(const QString &name, const QString &information, const QString &contact_info)
virtual void userPickedNode(SoNode *pickedNode, SoPath *pickedPath)
path
python interpreter configuration --------------------------------------—
◆ 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: