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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPropSet.h2 /** @file PropSet.h
26 class PropSet { class
45 PropSet *superPS;
46 PropSet();
47 ~PropSet();
68 PropSet(const PropSet &copy);
69 void operator=(const PropSet &assign);
H A DWindowAccessor.h17 PropSet &props;
29 WindowAccessor(WindowID id_, PropSet &props_) :
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocumentAccessor.h20 PropSet &props;
36 DocumentAccessor(Document *pdoc_, PropSet &props_, WindowID id_=0) :
H A DPropSet.cxx2 /** @file PropSet.cxx
16 #include "PropSet.h"
332 bool PropSet::caseSensitiveFilenames = false;
334 PropSet::PropSet() { function in class:PropSet
340 PropSet::~PropSet() {
345 void PropSet::Set(const char *key, const char *val, int lenKey, int lenVal) {
374 void PropSet::Set(const char *keyVal) {
388 void PropSet
[all...]
H A DScintillaBase.h48 PropSet props;
H A DLexCaml.cxx28 #include "PropSet.h"
141 // create and initialize a WindowAccessor (including contained PropSet)
142 PropSet ps;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/build/stc/
H A Dmakefile.dmc349 $(OBJS)\stclib_PropSet.obj : ..\..\src\stc\scintilla\src\PropSet.cxx
350 $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\PropSet.cxx
H A Dmakefile.bcc674 $(OBJS)\stcdll_PropSet.obj: ..\..\src\stc\scintilla\src\PropSet.cxx
675 $(CXX) -q -c -P -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\PropSet.cxx
929 $(OBJS)\stclib_PropSet.obj: ..\..\src\stc\scintilla\src\PropSet.cxx
930 $(CXX) -q -c -P -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\PropSet.cxx
H A Dmakefile.dms456 $(OBJS)\stcdll_PropSet.obj : ..\..\src\stc\scintilla\src\PropSet.cxx
457 $(CXX) -mn -c -cpp -o$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\PropSet.cxx
711 $(OBJS)\stclib_PropSet.obj : ..\..\src\stc\scintilla\src\PropSet.cxx
712 $(CXX) -mn -c -cpp -o$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\PropSet.cxx
H A Dmakefile.vc790 $(OBJS)\stcdll_PropSet.obj: ..\..\src\stc\scintilla\src\PropSet.cxx
791 $(CXX) /c /nologo /TP /Fo$@ $(STCDLL_CXXFLAGS) ..\..\src\stc\scintilla\src\PropSet.cxx
1045 $(OBJS)\stclib_PropSet.obj: ..\..\src\stc\scintilla\src\PropSet.cxx
1046 $(CXX) /c /nologo /TP /Fo$@ $(STCLIB_CXXFLAGS) ..\..\src\stc\scintilla\src\PropSet.cxx
H A Dmakefile.gcc665 $(OBJS)\stcdll_PropSet.o: ../../src/stc/scintilla/src/PropSet.cxx
920 $(OBJS)\stclib_PropSet.o: ../../src/stc/scintilla/src/PropSet.cxx
H A Dmakefile.wat708 $(OBJS)\stcdll_PropSet.obj : .AUTODEPEND ..\..\src\stc\scintilla\src\PropSet.cxx
963 $(OBJS)\stclib_PropSet.obj : .AUTODEPEND ..\..\src\stc\scintilla\src\PropSet.cxx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DMakefile.in669 stcdll_PropSet.o: $(srcdir)/scintilla/src/PropSet.cxx
670 $(CXXC) -c -o $@ $(STCDLL_CXXFLAGS) $(srcdir)/scintilla/src/PropSet.cxx
924 stclib_PropSet.o: $(srcdir)/scintilla/src/PropSet.cxx
925 $(CXXC) -c -o $@ $(STCLIB_CXXFLAGS) $(srcdir)/scintilla/src/PropSet.cxx

Completed in 123 milliseconds