Searched refs:spContext (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dsrcparser.cpp29 void spVisitor::VisitAll( spContext& atContext,
115 /***** Implementation for class spContext *****/
117 spContext::spContext() function in class:spContext
142 void spContext::RemoveChildren()
151 spContext::~spContext()
160 bool spContext::IsSorted()
165 void spContext::GetContextList( MMemberListT& lst, int contextMask )
169 spContext
[all...]
H A Difcontext.h43 class spInterFileContext : public spContext
57 size_t GetFileNoOfContext( spContext& ctx );
67 void GenerateContextBody( spContext& ctx,
85 void RemoveContext( spContext& ctx );
95 virtual wxString GetBody( spContext* pCtx = NULL );
97 virtual wxString GetHeader( spContext* pCtx = NULL );
H A Dsrcparser.h46 class spContext;
123 typedef vector<spContext*> MMemberListT;
133 typedef spContext* spContextPtrT;
151 spContext* mpCurCxt;
161 void VisitAll( spContext& atContext,
219 virtual void VisitCustomContext( spContext& WXUNUSED(ctx) ) {}
254 class spContext class
264 spContext* m_pParent;
275 spContext* mpFirstOccurence;
329 spContext();
[all...]
H A Ddocripper.h80 spContext* mpFileBinderCtx;
87 void AppendComments( spContext& fromContext, wxString& str );
98 bool CheckIfUncommented( spContext& ctx, ScriptSection& toSect );
103 ScriptTemplate* GetRefTemplFor( spContext& ctx );
108 wxString GetScopedName( spContext& ofCtx );
115 void AddToCurrentClass( ScriptSection* pSection, spContext& ctx,
H A Dcjparser.h55 spContext* mpCurCtx;
64 void AttachComments( spContext& ctx, char* cur );
H A Difcontext.cpp42 size_t spInterFileContext::GetFileNoOfContext( spContext& ctx )
44 spContext* pCtx = ctx.GetEnclosingContext( SP_CTX_FILE );
66 void spInterFileContext::RemoveContext( spContext& ctx )
127 void spInterFileContext::GenerateContextBody( spContext& ctx,
272 wxString spInterFileContext::GetBody( spContext* pCtx )
281 wxString spInterFileContext::GetHeader( spContext* pCtx )
H A Ddocripper.cpp167 void RipperDocGen::AppendComments( spContext& fromContext, wxString& str )
241 bool RipperDocGen::CheckIfUncommented( spContext& ctx, ScriptSection& toSect )
252 ScriptTemplate* RipperDocGen::GetRefTemplFor( spContext& ctx )
260 wxString RipperDocGen::GetScopedName( spContext& ofCtx )
269 void RipperDocGen::AddToCurrentClass( ScriptSection* pSection, spContext& ctx,
H A DHelpGen.cpp95 static wxString GetAllComments(const spContext& ctx);
377 bool DumpDifferences(spContext *ctxTop) const;
741 spContext *ctxTop = NULL;
1739 bool DocManager::DumpDifferences(spContext *ctxTop) const
1757 spContext *ctx = *i;
2170 static wxString GetAllComments(const spContext& ctx)
H A Dcjparser.cpp1149 spContext* pFailed = mpCurCtx;
1189 void CJSourceParser::AttachComments( spContext& ctx, wxChar* cur )

Completed in 78 milliseconds