Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site











SourceForge.net Logo

LegendCtrl

 

class LegendCtrl : public Ctrl, public Legend

Widget that can be used to display legend for a Plot.

 

Public Method List

 

Callback WhenSync

Callback executed every time when the Legend changes. This can be used to synchronize other controls to the changes in legends size or even to indirectly track the changes in Plot.

 


 

virtual void Paint(Draw& w)

Painting routine.

 


 

void SetSize(const Size& sz)

Sets size of the Ctrl.

 


 

Size GetSize()const

Returns current size of the Ctrl.

 

Constructor detail

 

LegendCtrl(Plot& p)

Constructs legend associated with Plot p.

 

Do you want to contribute?