Book a Demo

Author Topic: operations  (Read 2954 times)

lia

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
operations
« on: September 28, 2002, 07:35:44 am »
Hi,

When I create a class and create yours operations,  I want this operations hide. Where I configurate this?

Thank you..

Lia Cristina

jaimeglz

  • EA User
  • **
  • Posts: 164
  • Karma: +0/-0
    • View Profile
Re: operations
« Reply #1 on: September 28, 2002, 01:53:21 pm »
Hi Lia. Welcome to this forum!

You can change an operation from public to private by the following procedure:

Double-click on its figure in the diagram (or on its icon in the project tree). In the class dialog, click on the class details tab, then on the operations button. Select the operation, or create a new one, then change Scope (third item, in the left) to private.

Don't forget to click the Save button.

I hope this answers your question.

Jaime Gonzalez

mbc

  • EA User
  • **
  • Posts: 237
  • Karma: +1/-0
  • Embedded software developer
    • View Profile
Re: operations
« Reply #2 on: October 01, 2002, 02:08:46 am »
Hi Lia

If you just mean "hide in the diagram", right-click the diagram, select Diagram Properties, and uncheck one or more checkboxes under "Show Class Members".
You can configure this for all future diagrams also through the menu View-Options-Diagram-Show public/protected/private

Mikkel