1 #ifndef COIN_SOSEARCHACTION_H
2 #define COIN_SOSEARCHACTION_H
36 #include <Inventor/actions/SoAction.h>
37 #include <Inventor/actions/SoSubAction.h>
38 #include <Inventor/tools/SbLazyPimplPtr.h>
39 #include <Inventor/SbName.h>
40 #include <Inventor/lists/SoPathList.h>
42 class SoSearchActionP;
55 enum LookFor { NODE = 1, TYPE = 2, NAME = 4 };
58 void setNode(
SoNode *
const node);
59 SoNode * getNode(
void)
const;
60 void setType(
const SoType type,
const SbBool chkderived = TRUE);
61 SoType getType(SbBool & chkderived)
const;
62 void setName(
const SbName name);
63 SbName getName(
void)
const;
64 void setFind(
const int what);
65 int getFind(
void)
const;
66 void setInterest(
const Interest interest);
67 Interest getInterest(
void)
const;
68 void setSearchingAll(
const SbBool searchall);
69 SbBool isSearchingAll(
void)
const;
70 SoPath * getPath(
void)
const;
75 SbBool isFound(
void)
const;
76 void addPath(
SoPath *
const path);
88 SbBool searchall, chkderived;
96 SbLazyPimplPtr<SoSearchActionP> pimpl;
103 #endif // !COIN_SOSEARCHACTION_H