~ubuntu-branches/ubuntu/precise/kstars/precise-proposed

« back to all changes in this revision

Viewing changes to kstars/tools/observinglist.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-16 13:14:42 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111216131442-dfrjlt6pests9qu1
Tags: 4:4.7.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
        */
137
137
    void setCurrentImage( SkyObject *o, bool temp = false );
138
138
 
139
 
    /**@short Chooses how to call slotRemoveObject according to sessionView
140
 
        *@p o Pointer to the SkyObject to be removed
141
 
        *@p sessionView Flag to tell it whether to remove the object
142
 
        *from the sessionlist or from the wishlist
143
 
        */
144
 
    void removeObject(SkyObject *o, bool sessionView);
145
 
 
146
139
    /**@short Save the user log text to a file.
147
140
        *@note the log is attached to the current object in obsList.
148
141
        */