Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 May Goto should to the tail end

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
jzq740176597 Posted - Jan 16 2013 : 9:28:01 PM
Please see from Bottom to Top



It's tedious,May directly to the end.
4   L A T E S T    R E P L I E S    (Newest First)
jzq740176597 Posted - Jan 21 2013 : 06:00:56 AM
Roger-?-? thanks
feline Posted - Jan 18 2013 : 1:49:18 PM
Thank you for the code, I can see what you are doing now. For Alt-g, what happens when the macro takes parameters? What happens when the macro is used in more than one class?

In both of these cases you are going to want Alt-g to do this, to jump to where the macro is used inside the class. Find References might help you a bit here, it is listing the function declaration inside the macro for me.
jzq740176597 Posted - Jan 17 2013 : 7:02:50 PM
#define DECLARE_IMP_NODE_FUNC			\public:\	virtual int GetMemLinkType()const;	\\		
private:	\	void InitBaseMem(){/*+?+?+?+?-?+?+?-+-+-?impNode-?-?+?+?-?+?-?+?+?-?*/\		m_pMainGJ=m_pSubGJ=NULL;m_pParaLib=NULL;m_pNodePara=NULL;\		m_dLocation=0;m_idGroup=0;\	}\\


In the class declare h file

class A{
public:
 DECLARE_IMP_NODE_FUNC
};


The refer is class A 's member function

void impBBInsNode::Init()
{
	InitBaseMem();
	m_pLinkYYUp=NULL;
	m_pLinkYYDwn=NULL;
	m_pLinkFB=NULL;
	m_bSubEnd=FALSE;
}
feline Posted - Jan 16 2013 : 10:29:07 PM
I don't understand your code. InitBaseMem() is a function, why is Alt-G going to the macro DECLARE_IMP_NODE_FUNC?

And why is Alt-G on this macro taking you to the function declaration?

Are you able to post a code snippet that reproduces this effect, so I can see what is happening?

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000