LibreOffice Module vcl (master) 1
Classes | Typedefs | Enumerations
salsession.hxx File Reference
#include <vcl/dllapi.h>
Include dependency graph for salsession.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SalSessionEvent
 
struct  SalSessionInteractionEvent
 
struct  SalSessionSaveRequestEvent
 
struct  SalSessionShutdownCancelEvent
 
struct  SalSessionQuitEvent
 
class  SalSession
 

Typedefs

typedef void(* SessionProc) (void *pData, SalSessionEvent *pEvent)
 

Enumerations

enum  SalSessionEventType {
  Interaction ,
  SaveRequest ,
  ShutdownCancel ,
  Quit
}
 

Typedef Documentation

◆ SessionProc

typedef void(* SessionProc) (void *pData, SalSessionEvent *pEvent)

Definition at line 76 of file salsession.hxx.

Enumeration Type Documentation

◆ SalSessionEventType

Enumerator
Interaction 
SaveRequest 
ShutdownCancel 
Quit 

Definition at line 25 of file salsession.hxx.