In file inrimage/GLScale.h:

namespace yav class GLScale : public TclScale

grey-level scale representation

Inheritance:


Public Methods

GLScale (TclModule *module, const TclString& scaleName, Scalable *elt)
builds a grey level scale object from an existing TCL scale
GLScale (TclModule *module, const TclString& scaleName, std::list& list)
builds a grey level scale object from an existing TCL scale manage all scalables given in list
virtual ~GLScale ()
empty
virtual void reset (Scalable *sa, const TclString& lab = EMPTY_STRING)
reset bounds and label
virtual void set (double val)
set given value to GL scale
unsigned int getRef (void) const
raises ambigous getRef() function call
static int create (TclModule *m, int argc, char **argv)
TCL new operator callback
virtual const std::type_info& getType (void) const
returns scale type

Protected Methods

virtual void activation (void)
Activable::activation method

Private Methods

void init (void)
common constructors code

Documentation

grey-level scale representation
GLScale(TclModule *module, const TclString& scaleName, Scalable *elt)
builds a grey level scale object from an existing TCL scale
Parameters:
module - module this GLScale is created in
scaleName - TCL scale name
elt - a scalable managed by this scale

GLScale(TclModule *module, const TclString& scaleName, std::list& list)
builds a grey level scale object from an existing TCL scale manage all scalables given in list
Parameters:
module - module this GLScale is created in
scaleName - TCL scale name
list - managed scalables

virtual ~GLScale()
empty

virtual void reset(Scalable *sa, const TclString& lab = EMPTY_STRING)
reset bounds and label
Parameters:
sa - object to set min and max values from
lab - new label (if not EMPTY_STRING)

virtual void set(double val)
set given value to GL scale
Parameters:
set - new scale value

unsigned int getRef(void) const
raises ambigous getRef() function call

static int create(TclModule *m, int argc, char **argv)
TCL new operator callback

virtual const std::type_info& getType(void) const
returns scale type

virtual void activation(void)
Activable::activation method

void init(void)
common constructors code


Direct child classes:
MinGLScale
MaxGLScale

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de