sbGtkWindowMoveService.h File Reference
#include <sbIWindowMoveService.h>
#include <nsITimer.h>
#include <nsAutoPtr.h>
#include <nsCOMPtr.h>
#include <gtk/gtk.h>
#include <map>
Include dependency graph for sbGtkWindowMoveService.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sbGtkWindowContext
 
class  sbGtkWindowMoveService
 

Typedefs

typedef std::map< GtkWindow
*, nsRefPtr
< sbGtkWindowContext > > 
sbGtkWindowContextMap
 
typedef
sbGtkWindowContextMap::value_type 
sbGtkWindowContextMapPair
 
typedef
sbGtkWindowContextMap::iterator 
sbGtkWindowMoveServiceIter
 

Typedef Documentation

typedef std::map<GtkWindow *, nsRefPtr<sbGtkWindowContext> > sbGtkWindowContextMap

Definition at line 90 of file sbGtkWindowMoveService.h.

typedef sbGtkWindowContextMap::value_type sbGtkWindowContextMapPair

Definition at line 91 of file sbGtkWindowMoveService.h.

typedef sbGtkWindowContextMap::iterator sbGtkWindowMoveServiceIter

Definition at line 92 of file sbGtkWindowMoveService.h.