~ubuntu-branches/debian/experimental/stellarium/experimental

« back to all changes in this revision

Viewing changes to plugins/Pulsars/src/Pulsars.hpp

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2013-04-23 18:31:29 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20130423183129-u1bus3c87vywlmku
Tags: 0.12.1-1
* Imported Upstream version 0.12.1
* Installing icons provided by upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        //! @param maxNbItem the maximum number of returned object names
89
89
        //! @return a list of matching object name by order of relevance, or an empty list if nothing match
90
90
        virtual QStringList listMatchingObjectsI18n(const QString& objPrefix, int maxNbItem=5) const;
 
91
        //! Find and return the list of at most maxNbItem objects auto-completing the passed object English name.
 
92
        //! @param objPrefix the case insensitive first letters of the searched object
 
93
        //! @param maxNbItem the maximum number of returned object names
 
94
        //! @return a list of matching object name by order of relevance, or an empty list if nothing match
 
95
        virtual QStringList listMatchingObjects(const QString& objPrefix, int maxNbItem=5) const;
91
96
        virtual QStringList listAllObjects(bool inEnglish) const;
92
97
        virtual QString getName() const { return "Pulsars"; }
93
98