Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MarkKozel

Pages: [1]
1
General Board / Re: get/set operations
« on: May 02, 2005, 12:29:19 pm »
Thank you.  That saved me a bunch of typing.

2
General Board / get/set operations
« on: May 02, 2005, 09:43:16 am »
I want EA to create getter and setter methods for all off the attributes in a class.

It looks like I can have get and set methods created by EA if I define the prefix in Local Options | Get Prefix and Set Prefix.

However, when I go this, I don't see the opeations in my generated code.

What am I failing to do?

3
General Board / .h File Only for Code Gen
« on: April 20, 2005, 12:26:37 pm »
How do I add a class to EA so that it will generate a .h file only?

In my C++ project, I need to create a file for const values that will be included in other files.  When I add a class to EA, I get the class structure and a .cpp file.

-Thank, Mark

Pages: [1]