Home
last modified time | relevance | path

Searched refs:HorizonComponent (Results 1 – 8 of 8) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/skyitems/
H A Dhorizonitem.h10 class HorizonComponent; variable
30 HorizonItem(HorizonComponent *hComp, RootNode *rootNode);
36 inline void setHorizonComp(HorizonComponent *hComp) { m_horizonComp = hComp; } in setHorizonComp()
44 HorizonComponent *m_horizonComp { nullptr };
H A Dhorizonitem.cpp15 HorizonItem::HorizonItem(HorizonComponent *hComp, RootNode *rootNode) in HorizonItem()
/dports/astro/kstars/kstars-3.5.6/kstars/skycomponents/
H A Dhorizoncomponent.cpp25 HorizonComponent::HorizonComponent(SkyComposite *parent) : PointListComponent(parent) in HorizonComponent() function in HorizonComponent
43 bool HorizonComponent::selected() in selected()
48 void HorizonComponent::update(KSNumbers *) in update()
65 void HorizonComponent::draw(SkyPainter *skyp) in draw()
94 void HorizonComponent::drawCompassLabels() in drawCompassLabels()
H A Dhorizoncomponent.h23 class HorizonComponent : public PointListComponent
31 explicit HorizonComponent(SkyComposite *parent);
33 virtual ~HorizonComponent() override = default;
H A Dskymapcomposite.h36 class HorizonComponent; variable
169 inline HorizonComponent *horizon() { return m_Horizon; } in horizon()
243 HorizonComponent *m_Horizon{ nullptr };
H A Dskymapcomposite.cpp83 addComponent(m_Horizon = new HorizonComponent(this), 100); in SkyMapComposite()
115 addComponent(m_Horizon = new HorizonComponent(this), 100); in SkyMapComposite()
/dports/www/py-horizon/horizon-19.2.0/horizon/
H A Dbase.py108 class HorizonComponent(object): class
243 class Panel(HorizonComponent):
384 class Dashboard(Registry, HorizonComponent):
697 class Site(Registry, HorizonComponent):
/dports/www/py-horizon/horizon-19.2.0/
H A DChangeLog4808 * Made HorizonComponent class Python3 compatible