Author Topic: Symbols tab  (Read 5850 times)

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
Symbols tab
« 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.
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.

Offline jmccay

  • Almost regular
  • **
  • Posts: 202
Re: Symbols tab
« Reply #1 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
« Last Edit: August 07, 2005, 02:14:42 am by jmccay »
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.