~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/classview/classviewsymbolinformation.h

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
namespace ClassView {
39
39
namespace Internal {
40
40
 
41
 
/*!
42
 
   \class SymbolInformation
43
 
   \brief Provides name, type and icon for single item in Class View tree
44
 
 */
45
 
 
46
41
class SymbolInformation
47
42
{
48
43
public:
61
56
            && type() == other.type();
62
57
    }
63
58
 
64
 
    /*!
65
 
       \brief Get an icon type sort order. Not pre-calculated - is needed for converting
66
 
              to Standard Item only.
67
 
       \return Sort order number.
68
 
     */
69
59
    int iconTypeSortOrder() const;
70
60
 
71
61
private: