Home | History | Annotate | Download | only in include

Lines Matching refs:user

50 // The abstract base class for buitin and user defined Fieldtypes.
353 // This structure is used for the form's user data field to link the
354 // FORM* to the C++ object and to provide extra space for a user pointer.
356 void* m_user; // the pointer for the user's data
378 inline void set_user(void *user) {
381 uptr->m_user = user;
627 // user data to a field of a form. Its assumed that the user
661 // The same mechanism is used to attach user data to a form
893 // Abstract base class for User-Defined Fieldtypes
936 // Abstract base class for User-Defined Fieldtypes with Choice functions