casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
casa::QtId Class Reference

#include <QtId.h>

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... More...
 

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
staticprivate

Definition at line 45 of file QtId.h.


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