Searched refs:OnError (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesf.h64 inline void OnError(int err) const THROWS(NCursesFormException) {
112 inline void OnError (int err) const THROWS(NCursesFormException) {
138 OnError(errno);
161 OnError(E_SYSTEM_ERROR);
166 OnError(errno);
175 OnError(E_SYSTEM_ERROR);
180 OnError(errno);
194 OnError(::field_info(field, &rows, &ncols,
202 OnError(::dynamic_field_info(field, &dynamic_rows, &dynamic_cols,
209 OnError(
[all...]
H A Dcursesm.h56 inline void OnError (int err) const THROWS(NCursesMenuException) {
68 OnError (E_SYSTEM_ERROR);
106 OnError (::item_opts_on (item, opts));
111 OnError (::item_opts_off (item, opts));
121 OnError (::set_item_opts (item, opts));
126 OnError (::set_item_value (item,f));
255 inline void OnError (int err) const THROWS(NCursesMenuException) {
347 OnError(::set_menu_items(menu,mapItems(Items)));
352 OnError (::unpost_menu (menu));
357 flag ? OnError (
[all...]
H A Dcursesp.h86 void OnError (int err) const THROWS((NCursesPanelException))
136 OnError (::hide_panel(p));
142 OnError (::show_panel(p));
148 OnError (::top_panel(p));
154 OnError (::bottom_panel(p));
162 OnError(::move_panel(p, y, x));
181 OnError(ERR);
187 OnError(ERR);
H A Dcursesp.cc45 OnError(ERR);
111 OnError(err);
130 OnError(addstr(row, x, labelText, width()));
H A Dcursesm.cc43 OnError(::free_item(item));
137 OnError (E_SYSTEM_ERROR);
155 OnError(E_NO_ROOM);
190 OnError(::set_menu_items(menu, static_cast<ITEM**>(0)));
210 OnError(E_SYSTEM_ERROR);
229 OnError (res);
247 OnError (res);
352 OnError(err);
H A Dcursesf.cc43 OnError(::free_field (field));
121 OnError (E_SYSTEM_ERROR);
139 OnError(E_NO_ROOM);
164 OnError(::set_form_fields(form, static_cast<FIELD**>(0)));
184 OnError(E_SYSTEM_ERROR);
256 OnError (res);
303 OnError(err);
/haiku-fatelf/src/bin/makeudfimage/
H A DConsoleListener.h24 virtual void OnError(const char *message) const;
H A DProgressListener.h30 virtual void OnError(const char *message) const = 0;
H A DConsoleListener.cpp53 ConsoleListener::OnError(const char *message) const function in class:ConsoleListener
H A DUdfBuilder.cpp1066 fListener.OnError(message);
/haiku-fatelf/src/kits/package/
H A DPackageInfo.cpp193 fListener->OnError(error.message, line, column);
198 fListener->OnError("out of memory", 0, 0);
/haiku-fatelf/headers/os/package/
H A DPackageInfo.h39 virtual void OnError(const BString& msg, int line, int col) = 0;
/haiku-fatelf/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp509 virtual void OnError(const BString& msg, int line, int col) { function in struct:BPackageKit::BHPKG::BPrivate::ErrorListener

Completed in 116 milliseconds