Searched refs:ScriptSection (Results 1 - 4 of 4) 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.h59 ScriptSection* mpTopIdx;
60 ScriptSection* mpClassIdx;
61 ScriptSection* mpEnumIdx;
62 ScriptSection* mpTypeDefIdx;
63 ScriptSection* mpMacroIdx;
64 ScriptSection* mpGlobalVarsIdx;
65 ScriptSection* mpGlobalFuncIdx;
66 ScriptSection* mpConstIdx;
73 ScriptSection* mpCurClassSect;
98 bool CheckIfUncommented( spContext& ctx, ScriptSection
[all...]
H A Ddocripper.cpp120 mpTopIdx = new ScriptSection( "Source Code Contents" , wxEmptyString, &mTopTempl , 0 );
121 mpClassIdx = new ScriptSection( "Classes Reference" , wxEmptyString, &mContentIdxTempl, &mRefTempl );
122 mpEnumIdx = new ScriptSection( "Enumerations Reference" , wxEmptyString, &mContentIdxTempl, &mRefTempl );
123 mpTypeDefIdx = new ScriptSection( "Type Definitions Reference" , wxEmptyString, &mContentIdxTempl, &mRefTempl );
124 mpMacroIdx = new ScriptSection( "Macros Reference" , wxEmptyString, &mContentIdxTempl, &mRefTempl );
125 mpGlobalVarsIdx = new ScriptSection( "Global Variables Reference" , wxEmptyString, &mContentIdxTempl, &mRefTempl );
126 mpGlobalFuncIdx = new ScriptSection( "Global Functions Reference", wxEmptyString, &mContentIdxTempl, &mRefTempl );
127 mpConstIdx = new ScriptSection( "Constants Reference" , wxEmptyString, &mContentIdxTempl, &mRefTempl );
139 ScriptSection::RegisterTemplate( mTopTempl );
140 ScriptSection
[all...]
H A Dscriptbinder.h131 class ScriptSection;
138 typedef vector<ScriptSection*> SectListT;
143 typedef ScriptSection* ScriptSectionPtrT;
196 class ScriptSection;
201 class ScriptSection class
206 // reseved template variables of ScriptSection
211 ScriptSection* m_pParent;
258 ScriptSection( const wxString& name = wxEmptyString,
272 virtual ~ScriptSection();
278 void AddSection( ScriptSection* pSectio
[all...]
H A Dscriptbinder.cpp315 /***** implementation for class ScriptSection *****/
317 int ScriptSection::m_IdCounter = 0;
319 ScriptSection::ScriptSection( const wxString& name, function in class:ScriptSection
347 ScriptSection::~ScriptSection()
360 void ScriptSection::AddRef()
365 void ScriptSection::RemoveRef()
387 ScriptSection* ScriptSection
[all...]

Completed in 47 milliseconds