Home
last modified time | relevance | path

Searched refs:m_LastTarget (Results 1 – 4 of 4) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dmacrosmanager.cpp77 m_LastTarget = nullptr; in Reset()
231 if (m_LastTarget) in RecalcVars()
233 const StringHash& v = m_LastTarget->GetAllVars(); in RecalcVars()
292 m_LastTarget = nullptr; // reset last target when project changes in RecalcVars()
361 m_LastTarget = nullptr; in RecalcVars()
363 else if ( (target != m_LastTarget) or (target->GetTitle() != m_TargetName) ) in RecalcVars()
372 m_LastTarget = target; in RecalcVars()
479 …if (project != m_LastProject || target != m_LastTarget || (editor && (editor->GetFilename() != m_A… in ReplaceMacros()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/plugins/paint/arrows/
H A Dcurvedarrowtool.h68 gcu::Object *m_Target, *m_SourceAux, *m_LastTarget; variable
H A Dcurvedarrowtool.cc898 m_LastTarget = m_Target; in BondToAdjAtom()
977 gcp::Atom *start = static_cast <gcp::Atom *> (m_LastTarget), in BondToAtom()
1024 m_SourceAux = m_LastTarget; in BondToAtom()
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dmacrosmanager.h37 const ProjectBuildTarget* m_LastTarget;