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

« back to all changes in this revision

Viewing changes to plugins/Satellites/src/Satellites.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:
127
127
        //! @return a list of matching object name by order of relevance, or an empty list if nothing match
128
128
        virtual QStringList listMatchingObjectsI18n(const QString& objPrefix, int maxNbItem=5) const;
129
129
 
 
130
        //! Find and return the list of at most maxNbItem objects auto-completing the passed object English name.
 
131
        //! @param objPrefix the case insensitive first letters of the searched object
 
132
        //! @param maxNbItem the maximum number of returned object names
 
133
        //! @return a list of matching object name by order of relevance, or an empty list if nothing match
 
134
        virtual QStringList listMatchingObjects(const QString& objPrefix, int maxNbItem=5) const;
 
135
 
130
136
        virtual QStringList listAllObjects(bool inEnglish) const;
131
137
 
132
138
        virtual QString getName() const { return "Satellites"; }