[Kstars-devel] KDE/kdeedu/kstars/kstars

Jason Harris kstars at 30doradus.org
Sun Jul 3 02:51:21 CEST 2005


SVN commit 431021 by harris:

Adding DCOP functions:

+ getOption( QString ):  returns the current value of the named config 
option (i.e., 'getOption("FocusRA")' will return the current RA)

+ writeConfig():  write current option values to the config file 
(this is normally done only at program shutdown)

+ readConfig():  parse the config file, and apply the option values 
(this is normally only done at program startup)

Script writers can use writeConfig()/readConfig() to keep and restore 
the user's original settings.

CCMAIL: kstars-devel at kde.org



 M  +61 -6     kstars.cpp  
 M  +17 -1     kstars.h  
 M  +2 -1      kstarsactions.cpp  
 M  +0 -1      kstarsdata.cpp  
 M  +24 -0     kstarsdcop.cpp  
 M  +4 -61     kstarsinit.cpp  
 M  +13 -0     kstarsinterface.h  




More information about the Kstars-devel mailing list