Definition at line 31 of file IVP13DSystem.cxx.
◆ clickedoutside()
Definition at line 65 of file IVP13DSystem.cxx.
68 std::cout<<
"IVP13DSystem::Imp::clickedoutside Error: Got null selection pointer!"<<std::endl;
73 std::cout<<
"IVP13DSystem::Imp::clickedoutside Error: Could not find system pointer!"<<std::endl;
◆ finished_changeselection()
void IVP13DSystem::Imp::finished_changeselection |
( |
void * |
userdata, |
|
|
SoSelection * |
sel |
|
) |
| |
|
static |
Definition at line 121 of file IVP13DSystem.cxx.
125 std::cout<<
"IVP13DSystem::Imp::finished_changeselection Error: Could not find selection pointer!"<<std::endl;
131 std::cout<<
"IVP13DSystem::Imp::finished_changeselection Error: Could not find system pointer!"<<std::endl;
137 if (
selection->policy.getValue()==SoSelection::SINGLE)
142 std::cout<<
"IVP13DSystem::Imp::finished_changeselection Error: Could not find last selection path list!"<<std::endl;
147 bool changed =
false;
148 if (nlastselection!=
selection->getList()->getLength()) {
151 for (
int i = 0;
i <
selection->getList()->getLength(); ++
i) {
166 if (
selection->getList()->getLength()>nlastselection) {
173 QSet<SoNode*> selnodes;
174 QSet<SoPath*> selpaths;
176 for (
int i = 0;
i <
n; ++
i) {
180 SoFullPath *fPath =
static_cast<SoFullPath *
>(
path);
181 SoNode *
node = fPath->getTail();
◆ made_deselection()
void IVP13DSystem::Imp::made_deselection |
( |
void * |
userdata, |
|
|
SoPath * |
path |
|
) |
| |
|
static |
Definition at line 227 of file IVP13DSystem.cxx.
229 SoFullPath *fPath =
static_cast<SoFullPath *
>(
path);
232 SoNode *deselectedNode = fPath->getTail();
238 std::cout<<
"IVP13DSystem::Imp::made_deselection Error: Could not find selection pointer!"<<std::endl;
241 if (
selection->policy.getValue()!=SoSelection::SINGLE)
245 std::cout <<
"IVP13DSystem::Imp::made_deselection Error: Could not find system pointer!"<<std::endl;
◆ made_selection()
void IVP13DSystem::Imp::made_selection |
( |
void * |
userdata, |
|
|
SoPath * |
path |
|
) |
| |
|
static |
Definition at line 192 of file IVP13DSystem.cxx.
194 SoFullPath *fPath =
static_cast<SoFullPath *
>(
path);
197 SoNode *selectedNode = fPath->getTail();
202 std::cout<<
"IVP13DSystem::Imp::made_selection Error: Could not find selection pointer!"<<std::endl;
205 if (
selection->policy.getValue()!=SoSelection::SINGLE)
209 std::cout <<
"IVP13DSystem::Imp::made_selection Error: Could not find system pointer!"<<std::endl;
◆ start_changeselection()
void IVP13DSystem::Imp::start_changeselection |
( |
void * |
userdata, |
|
|
SoSelection * |
sel |
|
) |
| |
|
static |
Definition at line 94 of file IVP13DSystem.cxx.
98 std::cout<<
"IVP13DSystem::Imp::start_changeselection Error: Could not find selection pointer!"<<std::endl;
102 if (
selection->policy.getValue()==SoSelection::SINGLE)
107 std::cout<<
"IVP13DSystem::Imp::start_changeselection Error: Could not find system pointer!"<<std::endl;
◆ _callbacks
◆ clickedoutsideScheduled
bool IVP13DSystem::Imp::clickedoutsideScheduled |
◆ selection2lastpathlist
◆ selection2system
◆ selectionsWithDisabledNotifications
◆ staticcameras
std::set<SoCamera*> IVP13DSystem::Imp::staticcameras |
◆ viewers
std::set<SoQtViewer*> IVP13DSystem::Imp::viewers |
The documentation for this class was generated from the following file: