#include <DummyInput.h>
Inheritance diagram for DummyInput:

Public Member Functions | |
| DummyInput () | |
| ~DummyInput () | |
| virtual JobCResult | Get () |
| virtual JobCResult | Get (MomNavigator *) |
| virtual JobCResult | Next (int) |
| virtual JobCResult | Prev (int) |
| virtual JobCResult | GoTo (int, int, int) |
| virtual JobCResult | GoTo (const VldContext &) |
| virtual void | List (const char *) const |
| virtual void | AddFile (const char *, const char *, int) |
| virtual void | RemoveFile (const char *, const char *) |
| virtual void | Select (const char *, const char *, bool isrequired=false) |
| virtual JobCResult | NextFile (int, const char *) |
| virtual JobCResult | PrevFile (int, const char *) |
| virtual JobCResult | GoToFile (int, const char *) |
| virtual JobCResult | GoToFile (const char *, const char *) |
|
|
Definition at line 7 of file DummyInput.h. 00007 {};
|
|
|
Definition at line 8 of file DummyInput.h. 00008 {};
|
|
||||||||||||||||
|
Reimplemented from JobCInputModule. Definition at line 18 of file DummyInput.cxx. 00018 { }
|
|
|
Implement if your module needs to read data from some external source and fill mom Reimplemented from JobCInputModule. Definition at line 11 of file DummyInput.h. 00011 { return JobCResult::kAOK; }
|
|
|
Reimplemented from JobCInputModule. Definition at line 10 of file DummyInput.h. 00010 { return JobCResult::kAOK; }
|
|
|
Reimplemented from JobCInputModule. Definition at line 14 of file DummyInput.cxx. 00015 { return gsNG;}
|
|
||||||||||||||||
|
Reimplemented from JobCInputModule. Definition at line 12 of file DummyInput.cxx. 00013 { return gsNG;}
|
|
||||||||||||
|
Reimplemented from JobCInputModule. Definition at line 26 of file DummyInput.cxx. 00027 { return gsNG;}
|
|
||||||||||||
|
Reimplemented from JobCInputModule. Definition at line 25 of file DummyInput.cxx. 00025 { return gsNG;}
|
|
|
Reimplemented from JobCInputModule. Definition at line 17 of file DummyInput.cxx. 00017 { }
|
|
|
Reimplemented from JobCInputModule. Definition at line 10 of file DummyInput.cxx. 00010 { return gsNG;}
|
|
||||||||||||
|
Reimplemented from JobCInputModule. Definition at line 23 of file DummyInput.cxx. 00023 { return gsNG;}
|
|
|
Reimplemented from JobCInputModule. Definition at line 11 of file DummyInput.cxx. 00011 { return gsNG;}
|
|
||||||||||||
|
Reimplemented from JobCInputModule. Definition at line 24 of file DummyInput.cxx. 00024 { return gsNG;}
|
|
||||||||||||
|
Reimplemented from JobCInputModule. Definition at line 19 of file DummyInput.cxx. 00019 { }
|
|
||||||||||||||||
|
Reimplemented from JobCInputModule. Definition at line 20 of file DummyInput.cxx. 00021 { }
|
1.3.9.1