GTK+ IOStream  Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
Scale Class Reference

#include <Scale.H>

Inheritance diagram for Scale:
Inheritance graph
[legend]
Collaboration diagram for Scale:
Collaboration graph
[legend]

Public Member Functions

GtkWidget * getWidget (void)
 
void show (void)
 
void hide (void)
 
 ~Scale (void)
 
double getCount (GtkRange *widget)
 
double getCount (void)
 
Scaleoperator= (double pos)
 
Scaleoperator= (int pos)
 

Public Attributes

GtkWidget * scale
 

Detailed Description

Definition at line 31 of file Scale.H.

Constructor & Destructor Documentation

Scale::~Scale ( void  )
inline

Definition at line 39 of file Scale.H.

Member Function Documentation

double Scale::getCount ( GtkRange *  widget)
inline

Definition at line 46 of file Scale.H.

Here is the caller graph for this function:

double Scale::getCount ( void  )
inline

Definition at line 49 of file Scale.H.

GtkWidget* Scale::getWidget ( void  )
inline

Definition at line 35 of file Scale.H.

void Scale::hide ( void  )
inline

Definition at line 37 of file Scale.H.

Scale& Scale::operator= ( double  pos)
inline

Definition at line 53 of file Scale.H.

Here is the caller graph for this function:

Scale& Scale::operator= ( int  pos)
inline

Definition at line 57 of file Scale.H.

Here is the call graph for this function:

void Scale::show ( void  )
inline

Definition at line 36 of file Scale.H.

Here is the caller graph for this function:

Member Data Documentation

GtkWidget* Scale::scale

Definition at line 33 of file Scale.H.


The documentation for this class was generated from the following file: