Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
icl::qt::DispHandle Class Reference

Handle class for disp components. More...

#include <DispHandle.h>

Inheritance diagram for icl::qt::DispHandle:
icl::qt::GUIHandle< LabelMatrix > icl::qt::GUIHandleBase

List of all members.

Public Member Functions

 DispHandle ()
 create an empty handle
 DispHandle (LabelMatrix *lm, GUIWidget *w)
 Create a new DispHandle with given.
LabelHandleoperator() (int x, int y)
 index access operator
const LabelHandleoperator() (int x, int y) const
 index access operator (const)
int getWidth () const
 width of the matrix (max x index is w()-1
int getHeight () const
 height of the matrix (max y index is h()-1
int getDim () const
 returns the number of matrix elements w*h
void enable ()
 enables all components
void disable ()
 disables all components

Detailed Description

Handle class for disp components.


Constructor & Destructor Documentation

create an empty handle

Create a new DispHandle with given.


Member Function Documentation

void icl::qt::DispHandle::disable ( ) [inline]

disables all components

Reimplemented from icl::qt::GUIHandle< LabelMatrix >.

void icl::qt::DispHandle::enable ( ) [inline]

enables all components

Reimplemented from icl::qt::GUIHandle< LabelMatrix >.

int icl::qt::DispHandle::getDim ( ) const [inline]

returns the number of matrix elements w*h

int icl::qt::DispHandle::getHeight ( ) const [inline]

height of the matrix (max y index is h()-1

int icl::qt::DispHandle::getWidth ( ) const [inline]

width of the matrix (max x index is w()-1

LabelHandle& icl::qt::DispHandle::operator() ( int  x,
int  y 
) [inline]

index access operator

const LabelHandle& icl::qt::DispHandle::operator() ( int  x,
int  y 
) const [inline]

index access operator (const)


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines