~ubuntu-branches/ubuntu/raring/kdevplatform/raring

« back to all changes in this revision

Viewing changes to language/duchain/ducontext.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-01-17 03:21:56 UTC
  • mfrom: (0.3.15)
  • Revision ID: package-import@ubuntu.com-20120117032156-toarhfq5ihtpvm2p
Tags: 1.2.81-0ubuntu1
* New upstream release
  - Refreshed kubuntu_01_appmenu_fix.diff
  - Bump SONAME for kdevplatform and libsublime
    + Add appropriate Breaks/Replaces
  - Refresh install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
626
626
 
627
627
  ///Returns the count of uses that can be accessed through uses()
628
628
  int usesCount() const;
 
629
  
 
630
  /// Determines whether the given declaration has uses or not
 
631
  static bool declarationHasUses(Declaration* decl);
629
632
 
630
633
  /**
631
634
   * Find the use which encompasses \a position, if one exists.
681
684
   * @param decl A member-declaration of this context the navigation-widget should be created for. Zero to create a widget for this context.
682
685
   * @param topContext Top-context from where the navigation-widget is triggered. In C++, this is needed to resolve forward-declarations.
683
686
   * @param htmlPrefix Html-formatted text that should be prepended before any information shown by this widget
684
 
   * @param htmlSuffux Html-formatted text that should be appended to any information shown by this widget
 
687
   * @param htmlSuffix Html-formatted text that should be appended to any information shown by this widget
685
688
   *
686
689
   * Can return zero, which the default-implementation currently always does.
687
690
   * */