News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Symbols tab

Started by jmccay, August 07, 2005, 01:31:51 AM

Previous topic - Next topic

jmccay

What do the various icons mean under the symbols tab?  Like what do parathensis mean? etc.
Joe M.
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

jmccay

#1
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
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.