Searched refs:mOutLineTempl (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Ddocripper.h46 ScriptTemplate mOutLineTempl; member in class:RipperDocGen
H A Ddocripper.cpp111 mOutLineTempl ( HTM_OutLineTempl ),
143 ScriptSection::RegisterTemplate( mOutLineTempl );
471 ScriptSection* pPublic = new ScriptSection( "Public members" ,wxEmptyString, &mOutLineTempl,0, 1 );
472 ScriptSection* pProtected = new ScriptSection( "Protected members" ,wxEmptyString, &mOutLineTempl,0, 1 );
473 ScriptSection* pPrivate = new ScriptSection( "Private members" ,wxEmptyString, &mOutLineTempl,0, 1 );

Completed in 53 milliseconds