Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Reusing CDT icons from Outline view

Hi,

I am currently writing a plug-in that picks certain variables out of a
C/C++ source file and displays them in a list for the user to select
from. I would like the items in the list to have icons that represent
the variable's type and so I was wondering whether there was a way of
reusing the CDT icons that appear in the Outline view.

I can see that the icon locations are stored in
org.eclipse.cdt.internal.ui.CPluginImages but is there a way to use this
data without using an internal class?

Does anyone have any suggestions?

Many thanks,
Tom


The information transmitted is intended only for the person
or entity to which it is addressed and may contain
confidential and/or privileged material. If you are not the
addressee, any disclosure, reproduction, copying,
distribution, or other dissemination or use of this
communication is strictly prohibited. If you have received
this transmission in error please notify the sender
immediately and then delete this email.

Any representations or commitments expressed in this email
are subject to contract.

This message has been scanned for viruses and dangerous
content. However, it is essential that the recipient also
checks this message using commercially available mail
scanning and anti-virus software. IPL Information Processing
Limited accepts no liability for any loss or damage resulting
from any virus or other dangerous content in this message.

IPL Information Processing Limited is registered in England
and Wales under company registration number 1418818.
Registration took place at Cardiff on 10 May 1979. IPL
Information Processing Limited's registered office and
normal place of business is Eveleigh House, Grove Street,
Bath, BA1 5LR, United Kingdom. IPL is also registered for
Value Added Tax (VAT) under registration number GB 601 2931 83.



Back to the top