|
|
| TypedFieldInputCreator (const string &name, int quality, const RefPtr< VCreationPreferences > &Prep=NullPtr()) |
| | Constructor, give a name here, and a object quality.
|
| |
|
| TypedFieldInputCreator (const VCreatorProperties &CreatorProperties, int quality, const RefPtr< VCreationPreferences > &Prep=NullPtr()) |
| | Constructor, give a creator properties here, and a object quality.
|
| |
| template<unsigned ID> |
| | TypedFieldInputCreator (const VCreatorProperty< ID > &CreatorProperties, int quality, const RefPtr< VCreationPreferences > &Prep=NullPtr()) |
| | Constructor.
|
| |
| | 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) |
| |
A FieldInputCreator that retrieves the types of possible input fields from a TypeList type as exported from the parameter.
class MyObject : ...
{
};
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34