Searched refs:FileFieldDelegate (Results 1 – 1 of 1) sorted by relevance
1291 class FileFieldDelegate : public TextFieldDelegate { class1293 FileFieldDelegate(const char *label, const char *content, bool need_to_exist, in FileFieldDelegate() function in curses::FileFieldDelegate1994 FileFieldDelegate *AddFileField(const char *label, const char *content, in AddFileField()1996 FileFieldDelegate *delegate = in AddFileField()1997 new FileFieldDelegate(label, content, need_to_exist, required); in AddFileField()