When using 'Create from Usage' on a method/function call, the method declaration inserted into the class declaration seems to be inserted after that last method already declared.
It would be nice if VAX would take the member access into account, and put it in the "public:" section if it is called from other classes, or the "private:" sections if called from within the class.