casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Static Public Member Functions | Private Member Functions | Static Private Attributes
casa::QtId Class Reference

#include <QtId.h>

List of all members.

Static Public Member Functions

static int get_id ()
 returns a new "id" to be used for things such as data, widget, or object handles on both ends of the dbus connection...

Private Member Functions

 QtId ()
 QtId (const QtId &)

Static Private Attributes

static std::list< int > * used_ids

Detailed Description

Definition at line 33 of file QtId.h.


Constructor & Destructor Documentation

casa::QtId::QtId ( ) [private]
casa::QtId::QtId ( const QtId ) [private]

Member Function Documentation

static int casa::QtId::get_id ( ) [static]

returns a new "id" to be used for things such as data, widget, or object handles on both ends of the dbus connection...


Member Data Documentation

std::list<int>* casa::QtId::used_ids [static, private]

Definition at line 45 of file QtId.h.


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