Base of Prop Types (kind of metaclass). More...
Public Member Functions | |
| void | operator delete (void *) |
| The delete operator does nothing and should not be used. | |
| GString const & | name () const |
| Return the name and the role of the proptype (depends of subclass). | |
| virtual GProp & | newInstance () noexcept(false) |
| Instantiates a Prop of this type (redefined in subclasses). More... | |
Static Public Member Functions | |
| static GProp * | createInstance (GString const &type_name, GString const &arg, bool css_style=false) |
| Instantiates a Prop according to the specified type name. | |
| static GPropType * | findType (GString const &type_name) |
| Returns the type corresponding to this name if it exists, null otherwise. | |
Base of Prop Types (kind of metaclass).
|
virtualnoexcept |
Instantiates a Prop of this type (redefined in subclasses).
1.8.4