Changeset 7994 in orxonox.OLD for branches/gui/src/lib/util/executor/executor.h
- Timestamp:
- May 30, 2006, 9:54:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/util/executor/executor.h
r7985 r7994 42 42 43 43 virtual Executor* clone () const = 0; 44 // virtual bool operator==(const Executor* executor) const = 0; 44 45 45 46 // SETTING up the EXECUTOR … … 51 52 52 53 // EXECUTE 54 /** executes a Command. @param objec the Object, @param count how many values, @param values the Values */ 53 55 virtual void operator()(BaseObject* object, unsigned int count, const MultiType* values) const = 0; 54 55 56 /** executes a Command @param object the object to apply this to @param parameters the parameters the command takes */ 56 57 virtual void operator()(BaseObject* object, const SubString& sub = SubString()) const = 0;
Note: See TracChangeset
for help on using the changeset viewer.