|
| | FieldInputCreator (const string &name, int quality, const RefPtr< VCreationPreferences > &Prep=NullPtr()) |
| | Constructor.
|
| | FieldInputCreator (const VCreatorProperties &CreatorProperties, int quality, const RefPtr< VCreationPreferences > &Prep=NullPtr()) |
| | Constructor.
|
| template<unsigned ID> |
| | FieldInputCreator (const VCreatorProperty< ID > &CreatorProperties, int quality, const RefPtr< VCreationPreferences > &Prep=NullPtr()) |
| | Constructor.
|
| VAcceptInfoList_t | accept (const RefPtr< VObject > &vobj) const override |
| | Object acceptance function.
|
|
| VInputCreator (const string &name, int ObjectQuality, const RefPtr< VCreationPreferences > &prop=NullPtr(), const char *const InputCreatorReleaseIdentifier=VISH_INPUT_CREATOR_RELEASE_IDENTIFIER) |
|
RefPtr< VCreationPreferences > | CreationPreferences (const RefPtr< VCreationPreferences > &AdditionalPreferences=nullptr) const |
|
| VInputCreatorBase (const string &name, int prior, const RefPtr< VCreationPreferences > &prop, const char *vish_creator_release_identifier) |
| Public Member Functions inherited from Wizt::VManagedDomainObject< VInputCreatorBase > |
| const type_info & | getDomainType () const override |
|
void | remove () |
|
| VManagedDomainObject (const string &name, int priority=DEFAULT_PRIORITY) |
|
string | getLoadModule () const |
|
void | insert (const string &s, int priority=DEFAULT_PRIORITY) |
|
void | remove () |
|
void | setPriority (int priority) |
|
| VManagedObject (const string &name, int priority=DEFAULT_PRIORITY) |
|
auto | getObjectCountID () const noexcept |
|
bool | isIdentical (const WeakPtr< Object, Object > &PossibleSelf) const noexcept |
|
void | mkAutoDestructive () |
|
refcount_t | refcount () const noexcept |
|
| ReferenceBase (Object *that) noexcept |
|
const auto & | self () const |
|
refcount_t | wrefcount () const noexcept |
|
void | addInterface (const RefPtr< InterfaceBase > &I) const |
|
void | addInterfaceData (const Data &D) |
|
void | addInterfaceData (const Data &D) |
|
void | clearInterfaces () |
|
bool | const_iterateInterfaces (const RefPtr< InterfaceIterationParameter > &IIP) const |
|
virtual RefPtr< InterfaceBase > | createInterface (const type_info &) const |
|
RefPtr< InterfaceBase > | findInterface (const type_info &t) const |
|
RefPtr< InterfaceBase > | getInterface (const type_info &t) |
|
std::string | getInterfaceNames (const char delim=';') const |
|
bool | gotNewInterfaceData (const Data &D) |
|
bool | gotNewInterfaceData (mutex &M, const Data &D) |
|
bool | gotNewInterfaceData (mutex &M, const Data &D) |
|
bool | gotNewInterfaceData (mutex &M, const Data &D, const Selector &S) |
|
bool | gotNewInterfaceData (mutex &M, const Data &D, const Selector *S) |
|
bool | hasChangedInterfaceData (const Data &D) const |
|
bool | hasChangedInterfaceData (const Data &D) const |
|
bool | hasChangedInterfaceData (const Data &D, const Selector &) const |
|
bool | hasChangedInterfaceData (const Data &D, const Selector *) const |
|
bool | hasInterface (const type_info &t) const |
|
bool | iterateInterfaces (const RefPtr< InterfaceIterationParameter > &IIP) |
|
void | printInterfaces () const |
|
void | registerInterface (const type_info &t) |
|
void | removeInterface () |
|
void | removeInterfaceBase (const type_info &InterfaceBaseID) |
|
void | addNameChangeNotifier (const WeakPtr< Notifier > &) |
|
std::string | BaseName (const char Separator) const |
|
const std::string & | getName () const |
|
| MutableName (const std::string &theName) |
|
const std::string & | Name () const |
|
void | rename (const std::string &newName) |
|
void | setName (const std::string &newName) |
|
|
static string | TypeString () |
| Static Public Member Functions inherited from Wizt::VManagedDomainObject< VInputCreatorBase > |
|
static RefPtr< VManagedObject > | find (const string &s) |
|
static int | iterate (VManagedObjectIterator_t VIt, int p_start=INT_MIN, int p_end=INT_MAX) |
|
static int | size () |
|
static int | traverse (VManagedObjectIterator &VIt, int p_start=INT_MIN, int p_end=INT_MAX) |
|
static int | count () |
|
static VManagedObjectPtr | find (const type_info &, const std::string &s) |
|
static bool | InitDomain (const type_info &) |
|
static int | iterateModules (ModuleIterator &VIM) |
|
static int | size (const type_info &) |
|
static int | traverse (const type_info &, VManagedObjectIterator &VIt, int p_start, int p_end) |
|
static void | UnloadVModule (const string &what, VRemoveItem &RI) |
|
static std::string | BaseName (const std::string &theName, const char Separator) |
template<class FieldVObject, class
TypeList = LIST<META::NIL>, class
GridInspector = typename FieldVObject::GridInspector, int NumberOfInputFields = FieldVObject::NumberOfInputFields, class OutputType = void>
struct Wizt::FieldInputCreator< FieldVObject, TypeList, GridInspector, NumberOfInputFields, OutputType >
Creator class for objects that require fields as input.
It operates on existing fields only given explicitly as template argument. This method is not recommended, a better way way is to use a TypedFieldInputCreator which constraints the input type based on a typedef as given in the class itself.
- Parameters
-
| TypeList | Optionally specify the types on that input fields must provide. Default is META::NIL, which means all possible field are allowed as input. This probably not what dIyou want. Types here must be specified in the form of a META::LIST. |
| NumberOfInputFields | An integer telling how many field this object wants upon creation. This is expected to be an enum in the given FieldVObject, but can also set explicitly for each FieldInputCreator. |
, META::NativeTypeList, META::IntegerTypeList