Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGL Development Tools » how to do @Overrides in EDT
how to do @Overrides in EDT [message #755553] Tue, 08 November 2011 14:21 Go to previous message
Aaron Allsbrook is currently offline Aaron Allsbrook
Messages: 23
Registered: July 2009
Junior Member
In RBD I have a number of widgets that have field called
children widget[];

I could then create a function like
function getChildren() returns (widget [ ]) {@Override {}}
return (things);
end

This @Override allowed for my function to get called rather than the widget children getters and setters.

Override is no longer valid in EDT but EDT does not automatically start using my getChildren or setChildren.

How would I do this now where my widget has children and my getChildren and setChildren is used rather than the widget default?
 
Read Message
Read Message
Read Message
Read Message
Previous Topic:Unable to compile EGL code
Next Topic:Explaining generation - Its different than RBD
Goto Forum:
  


Current Time: Fri May 24 11:13:40 EDT 2013

Powered by FUDForum. Page generated in 0.03338 seconds