|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IniFileParser | |
|---|---|
| org.stellarium | |
| org.stellarium.landscape | Landscape representation |
| org.stellarium.projector | |
| org.stellarium.telescope | |
| org.stellarium.ui | User Interface |
| Uses of IniFileParser in org.stellarium |
|---|
| Fields in org.stellarium declared as IniFileParser | |
|---|---|
private IniFileParser |
StelApp.conf
|
| Methods in org.stellarium that return IniFileParser | |
|---|---|
IniFileParser |
StelApp.getConf()
|
| Methods in org.stellarium with parameters of type IniFileParser | |
|---|---|
void |
StelCore.initData(IniFileParser conf)
|
boolean |
StelCore.initGL1(IniFileParser conf)
Load core data and initialize with default values |
boolean |
StelCore.initGL2(IniFileParser conf)
|
boolean |
StelCore.initGL3(IniFileParser conf)
|
void |
Observator.load(IniFileParser conf,
java.lang.String section)
|
void |
Observator.save(IniFileParser conf,
java.lang.String section)
|
void |
StelApp.saveCurrentConfig(IniFileParser conf)
|
(package private) void |
StelCore.setColorScheme(IniFileParser conf,
java.lang.String section)
Please keep saveCurrentSettings up to date with any new color settings added here |
void |
Observator.setConf(IniFileParser conf,
java.lang.String section)
change settings but don't write to files |
| Uses of IniFileParser in org.stellarium.landscape |
|---|
| Methods in org.stellarium.landscape that return IniFileParser | |
|---|---|
(package private) IniFileParser |
Landscape.loadCommon(java.lang.String landscapeFile,
java.lang.String sectionName)
Load attributes common to all landscapes |
| Uses of IniFileParser in org.stellarium.projector |
|---|
| Methods in org.stellarium.projector with parameters of type IniFileParser | |
|---|---|
abstract void |
ViewportDistorter.init(IniFileParser conf)
|
void |
ViewportDistorter.ViewportDistorterDummy.init(IniFileParser conf)
|
void |
ViewportDistorter.ViewportDistorterFisheyeToSphericMirror.init(IniFileParser conf)
|
void |
SphericMirrorCalculator.init(IniFileParser conf)
|
| Uses of IniFileParser in org.stellarium.telescope |
|---|
| Methods in org.stellarium.telescope with parameters of type IniFileParser | |
|---|---|
void |
TelescopeMgr.init(IniFileParser conf)
|
| Uses of IniFileParser in org.stellarium.ui |
|---|
| Methods in org.stellarium.ui with parameters of type IniFileParser | |
|---|---|
java.awt.Container |
StelUI.createDesktop(IniFileParser conf,
java.awt.Container someDesktop, javax.media.opengl.GLCanvas glCanvas)
|
(package private) javax.swing.JToolBar
|
StelUI.createFlagButtons(IniFileParser conf)
Create the button panel in the lower left corner |
void |
StelUI.init(IniFileParser conf)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||