Styles of a gadget instance. More...
Public Member Functions | |
| virtual void | error (GString const &funname, GString const &message) const |
| Prints an error message. More... | |
| void | operator delete (void *) |
| delete does nothing, see GObject class. | |
| void | forgetSmartPointers () |
| Forgets all smart pointers pointing this object. More... | |
| unsigned int | useCount () const |
| Returns the numbers of smart pointers referencing the object. | |
| virtual void | removeNotifiers (void *obj) |
| [Implementation] Notifies this object that it must no longer refer obj. | |
| template<class Subclass > | |
| Subclass * | to () |
| Class conversions. | |
| void | ignoreSmartPointers () |
| Checks/sets whether this object can be auto-deleted by smart pointers. More... | |
Styles of a gadget instance.
List of GStyles corresponding to the class and id names given to the constr.
|
virtualinherited |
Prints an error message.
|
inlineinherited |
Checks/sets whether this object can be auto-deleted by smart pointers.
ignoreSmartPointers() has a permanent effect, contrary to forgetSmartPointers(). Objects not created by calling new are never auto-deleted by smart pointers.
|
inlineinherited |
Forgets all smart pointers pointing this object.
The smart pointers that are currently pointing to the object won't auto-delete it. forgetSmartPointers() has a temporary effect, contrary to ignoreSmartPointers().
1.8.4