LibreOffice Module vcl (master) 1
|
#include <vcl/dllapi.h>
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 void(* SessionProc) (void *pData, SalSessionEvent *pEvent) |
Definition at line 76 of file salsession.hxx.
enum SalSessionEventType |
Enumerator | |
---|---|
Interaction | |
SaveRequest | |
ShutdownCancel | |
Quit |
Definition at line 25 of file salsession.hxx.