Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: jmccay on August 07, 2005, 01:31:51 am

Title: Symbols tab
Post by: jmccay on August 07, 2005, 01:31:51 am
What do the various icons mean under the symbols tab?  Like what do parathensis mean? etc.
Joe M.
Title: Re: Symbols tab
Post by: jmccay on August 07, 2005, 01:52:53 am
I am going to reply to my own post.  Are these correct:

Colors:
   Green = Public Scope
   Blue = Protected Scope
   Red = Private Scope
   yellow = enum value??

Symbols under the Symbols page
   () = Functions
   + = Constructor
   - = Destructor
   (Tri-block icon) = class or structure
   enum = enumurator
   Unions are listed under Others as the individual variable names
   {} = namespaces