Book a Demo

Author Topic: Adornment for Pure Virtual C++ function  (Read 2792 times)

kfank

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • Yabba dabba do!  It's quittin' time!
    • View Profile
Adornment for Pure Virtual C++ function
« on: October 16, 2006, 11:30:12 am »
I cannot see a difference in the display of a class diagram for whether an operation is pure virtual or just virtual.  In both cases the names appear italicized.  Is there anyway to look at a class diagram and know that a particular function is pure virtual or not?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Adornment for Pure Virtual C++ function
« Reply #1 on: October 16, 2006, 03:34:36 pm »
Try going to Tools | Options | Objects and Checking 'Highligt {abstract} elements'.  For C++ the {abstract} will only come up if the operation is pure virtual.

kfank

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
  • Yabba dabba do!  It's quittin' time!
    • View Profile
Re: Adornment for Pure Virtual C++ function
« Reply #2 on: October 16, 2006, 03:48:33 pm »
Thanks!  That's what I was looking for.