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












SourceForge.net Logo
Home » U++ Library support » Slider&ProgressIndicator » ProgressIndicater: Get / SetData missing?
ProgressIndicater: Get / SetData missing? [message #28864] Mon, 20 September 2010 16:08 Go to previous message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
hi all

ProgressIndicater (like some other controls) appear to have the default GetData / SetData interface beeing missing.. is this by design? it would ease things on common handling in a Ctrl based factory lot.. by not needing to sace extra info, just invoke GetDa
ta/SetData known interface..

just add
Progress.h:27
	int   Get() const                           { return actual; }

	void   SetData(const Value& v)              { Set(v); }
	Value  GetData() const                      { return Get(); }

[Updated on: Mon, 20 September 2010 16:10]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: Slider Vert - from bottom (min) to top (max)
Next Topic: Slider with thermometer like scale
Goto Forum:
  


Current Time: Tue Apr 23 11:32:58 CEST 2024

Total time taken to generate the page: 0.02264 seconds