Searched refs:classname (Results 1 - 25 of 65) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml_ostream.vt.h7 void (*begin_span) (THIS_ARG, const char *classname);
8 void (*end_span) (THIS_ARG, const char *classname);
H A Dstyled_ostream.vt.h7 void (*begin_use_class) (THIS_ARG, const char *classname);
8 void (*end_use_class) (THIS_ARG, const char *classname);
H A Dstyled-ostream.oo.h36 void begin_use_class (styled_ostream_t stream, const char *classname); member in struct:styled_ostream
40 void end_use_class (styled_ostream_t stream, const char *classname);
H A Dmoo.h224 const char *classname; member in struct:__anon6572
230 #define IS_INSTANCE(obj,rootclassname,classname) \
232 >= classname##_SUPERCLASSES_LENGTH \
235 - classname##_SUPERCLASSES_LENGTH] \
236 == & classname##_typeinfo)
243 #define IS_INSTANCE(obj,rootclassname,classname) \
245 [classname##_SUPERCLASSES_LENGTH - 1] \
246 == & classname##_typeinfo)
247 but the classname##_superclasses_length would no longer be available as a
H A Dhtml-ostream.oo.h31 void begin_span (html_ostream_t stream, const char *classname); member in struct:html_ostream
35 void end_span (html_ostream_t stream, const char *classname);
H A Dstyled-ostream.c62 styled_ostream__begin_use_class (styled_ostream_t first_arg, const char *classname) argument
67 styled_ostream__begin_use_class (first_arg,classname);
72 styled_ostream__end_use_class (styled_ostream_t first_arg, const char *classname) argument
77 styled_ostream__end_use_class (first_arg,classname);
123 styled_ostream_begin_use_class (styled_ostream_t first_arg, const char *classname) argument
127 vtable->begin_use_class (first_arg,classname);
131 styled_ostream_end_use_class (styled_ostream_t first_arg, const char *classname) argument
135 vtable->end_use_class (first_arg,classname);
H A Dhtml-ostream.c61 char *classname = (char *) gl_list_get_at (stream->class_stack, i); local
64 ostream_write_str (stream->destination, classname);
75 char *classname; local
78 classname = (char *) gl_list_get_at (stream->class_stack, i);
83 free (classname);
230 html_ostream__begin_span (html_ostream_t stream, const char *classname) argument
235 classname) != 0)
246 xstrdup (classname));
251 html_ostream__end_span (html_ostream_t stream, const char *classname) argument
256 classname)
323 html_ostream_begin_span(html_ostream_t first_arg, const char *classname) argument
331 html_ostream_end_span(html_ostream_t first_arg, const char *classname) argument
[all...]
H A Dhtml-ostream.h57 extern void html_ostream_begin_span (html_ostream_t first_arg, const char *classname);
58 extern void html_ostream_end_span (html_ostream_t first_arg, const char *classname);
112 html_ostream_begin_span (html_ostream_t first_arg, const char *classname) argument
116 vtable->begin_span (first_arg,classname);
121 html_ostream_end_span (html_ostream_t first_arg, const char *classname) argument
125 vtable->end_span (first_arg,classname);
H A Dhtml-styled-ostream.h60 extern void html_styled_ostream_begin_use_class (html_styled_ostream_t first_arg, const char *classname);
61 extern void html_styled_ostream_end_use_class (html_styled_ostream_t first_arg, const char *classname);
115 html_styled_ostream_begin_use_class (html_styled_ostream_t first_arg, const char *classname) argument
119 vtable->begin_use_class (first_arg,classname);
124 html_styled_ostream_end_use_class (html_styled_ostream_t first_arg, const char *classname) argument
128 vtable->end_use_class (first_arg,classname);
H A Dstyled-ostream.h62 extern void styled_ostream_begin_use_class (styled_ostream_t first_arg, const char *classname);
63 extern void styled_ostream_end_use_class (styled_ostream_t first_arg, const char *classname);
117 styled_ostream_begin_use_class (styled_ostream_t first_arg, const char *classname) argument
121 vtable->begin_use_class (first_arg,classname);
126 styled_ostream_end_use_class (styled_ostream_t first_arg, const char *classname) argument
130 vtable->end_use_class (first_arg,classname);
H A Dterm-styled-ostream.h60 extern void term_styled_ostream_begin_use_class (term_styled_ostream_t first_arg, const char *classname);
61 extern void term_styled_ostream_end_use_class (term_styled_ostream_t first_arg, const char *classname);
115 term_styled_ostream_begin_use_class (term_styled_ostream_t first_arg, const char *classname) argument
119 vtable->begin_use_class (first_arg,classname);
124 term_styled_ostream_end_use_class (term_styled_ostream_t first_arg, const char *classname) argument
128 vtable->end_use_class (first_arg,classname);
H A Dhtml-styled-ostream.c88 const char *classname)
90 html_ostream_begin_span (stream->html_destination, classname);
95 const char *classname)
97 html_ostream_end_span (stream->html_destination, classname);
212 html_styled_ostream_begin_use_class (html_styled_ostream_t first_arg, const char *classname) argument
216 vtable->begin_use_class (first_arg,classname);
220 html_styled_ostream_end_use_class (html_styled_ostream_t first_arg, const char *classname) argument
224 vtable->end_use_class (first_arg,classname);
87 html_styled_ostream__begin_use_class(html_styled_ostream_t stream, const char *classname) argument
94 html_styled_ostream__end_use_class(html_styled_ostream_t stream, const char *classname) argument
H A Dhtml-styled-ostream.oo.c79 const char *classname)
81 html_ostream_begin_span (stream->html_destination, classname);
86 const char *classname)
88 html_ostream_end_span (stream->html_destination, classname);
78 begin_use_class(html_styled_ostream_t stream, const char *classname) argument
85 end_use_class(html_styled_ostream_t stream, const char *classname) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dstyled-ostream.oo.h36 void begin_use_class (styled_ostream_t stream, const char *classname); member in struct:styled_ostream
40 void end_use_class (styled_ostream_t stream, const char *classname);
H A Dmoo.h224 const char *classname; member in struct:__anon6780
230 #define IS_INSTANCE(obj,rootclassname,classname) \
232 >= classname##_SUPERCLASSES_LENGTH \
235 - classname##_SUPERCLASSES_LENGTH] \
236 == & classname##_typeinfo)
243 #define IS_INSTANCE(obj,rootclassname,classname) \
245 [classname##_SUPERCLASSES_LENGTH - 1] \
246 == & classname##_typeinfo)
247 but the classname##_superclasses_length would no longer be available as a
H A Dhtml-ostream.oo.h31 void begin_span (html_ostream_t stream, const char *classname); member in struct:html_ostream
35 void end_span (html_ostream_t stream, const char *classname);
H A Dhtml-styled-ostream.oo.c79 const char *classname)
81 html_ostream_begin_span (stream->html_destination, classname);
86 const char *classname)
88 html_ostream_end_span (stream->html_destination, classname);
78 begin_use_class(html_styled_ostream_t stream, const char *classname) argument
85 end_use_class(html_styled_ostream_t stream, const char *classname) argument
H A Dhtml-ostream.oo.c60 char *classname = (char *) gl_list_get_at (stream->class_stack, i); local
63 ostream_write_str (stream->destination, classname);
74 char *classname; local
77 classname = (char *) gl_list_get_at (stream->class_stack, i);
82 free (classname);
229 html_ostream::begin_span (html_ostream_t stream, const char *classname) argument
234 classname) != 0)
245 xstrdup (classname));
250 html_ostream::end_span (html_ostream_t stream, const char *classname) argument
255 classname)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dmoo.h224 const char *classname; member in struct:__anon6635
230 #define IS_INSTANCE(obj,rootclassname,classname) \
232 >= classname##_SUPERCLASSES_LENGTH \
235 - classname##_SUPERCLASSES_LENGTH] \
236 == & classname##_typeinfo)
243 #define IS_INSTANCE(obj,rootclassname,classname) \
245 [classname##_SUPERCLASSES_LENGTH - 1] \
246 == & classname##_typeinfo)
247 but the classname##_superclasses_length would no longer be available as a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dinpcons.h110 #define WX_EVENT_TABLE_INPUT_CONSUMER(classname) \
111 EVT_KEY_DOWN(classname::OnKeyDown) \
112 EVT_KEY_UP(classname::OnKeyUp) \
113 EVT_MOUSE_EVENTS(classname::OnMouse) \
114 EVT_SET_FOCUS(classname::OnFocus) \
115 EVT_KILL_FOCUS(classname::OnFocus) \
116 EVT_ACTIVATE(classname::OnActivate)
131 #define WX_FORWARD_TO_INPUT_CONSUMER(classname) \
132 void classname::OnMouse(wxMouseEvent& event) \
136 void classname
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcontainr.h96 #define WX_EVENT_TABLE_CONTROL_CONTAINER(classname) \
97 EVT_SET_FOCUS(classname::OnFocus) \
98 EVT_CHILD_FOCUS(classname::OnChildFocus) \
99 EVT_NAVIGATION_KEY(classname::OnNavigationKey)
102 #define WX_DELEGATE_TO_CONTROL_CONTAINER(classname, basename) \
103 void classname::OnNavigationKey( wxNavigationKeyEvent& event ) \
108 void classname::RemoveChild(wxWindowBase *child) \
115 void classname::SetFocus() \
121 void classname::SetFocusIgnoringChildren() \
126 void classname
[all...]
H A Dvariant.h320 #define DECLARE_VARIANT_OBJECT(classname) \
321 DECLARE_VARIANT_OBJECT_EXPORTED(classname, wxEMPTY_PARAMETER_VALUE)
323 #define DECLARE_VARIANT_OBJECT_EXPORTED(classname,expdecl) \
324 expdecl classname& operator << ( classname &object, const wxVariant &variant ); \
325 expdecl wxVariant& operator << ( wxVariant &variant, const classname &object );
327 #define IMPLEMENT_VARIANT_OBJECT(classname) \
328 IMPLEMENT_VARIANT_OBJECT_EXPORTED(classname, wxEMPTY_PARAMETER_VALUE)
330 #define IMPLEMENT_VARIANT_OBJECT_EXPORTED_NO_EQ(classname,expdecl) \
331 class classname##VariantDat
[all...]
H A Dbuffer.h24 #define DEFINE_BUFFER(classname, chartype, strdupfunc) \
25 class WXDLLIMPEXP_BASE classname \
28 classname(const chartype *str = NULL) \
33 classname(size_t len) \
40 ~classname() { free(m_str); } \
52 of classname buffer objects possible and is very similar to what \
63 ((classname *)this)->m_str = NULL; \
73 classname(const classname& src) \
78 classname
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dwidgets.h180 #define DECLARE_WIDGETS_PAGE(classname) \
182 static WidgetsPageInfo ms_info##classname; \
185 { return &ms_info##classname; }
188 #define IMPLEMENT_WIDGETS_PAGE(classname, label, categories) \
189 WidgetsPage *wxCtorFor##classname(WidgetsBookCtrl *book, \
191 { return new classname(book, imaglist); } \
192 WidgetsPageInfo classname:: \
193 ms_info##classname(wxCtorFor##classname, label, ALL_CTRLS | categories)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/ole/
H A Doleutils.h142 // Parameter: classname - the name of the class
143 #define IMPLEMENT_IUNKNOWN_METHODS(classname) \
144 STDMETHODIMP classname::QueryInterface(REFIID riid, void **ppv) \
146 wxLogQueryInterface(_T(#classname), riid); \
161 STDMETHODIMP_(ULONG) classname::AddRef() \
163 wxLogAddRef(_T(#classname), m_cRef); \
168 STDMETHODIMP_(ULONG) classname::Release() \
170 wxLogRelease(_T(#classname), m_cRef); \

Completed in 104 milliseconds

123