On Fri, Aug 29, 2014 at 12:04 AM, Lance Dillon riffraff169@yahoo.com wrote:
Maybe both? Have individual methods for those who want to just call it, and a setflags type method that you can pass bit flags into to set. That way if you have several flags to set you can do it in one call, or just call the one flag you want to set.
Won't add too much, and make it easier for some people. The individual methods could be nothing more than a wrapper around the setflag method with the appropriate flag.
Actually, that's a pretty cool way of doing it. I'll knock together a new branch and see how it looks.
ChrisA