• Main Page
  • Classes
  • Files
  • File List

OSXScreenSaverControl.h

00001 /*
00002  * synergy -- mouse and keyboard sharing utility
00003  * Copyright (C) 2012 Bolton Software Ltd.
00004  * Copyright (C) 2009 Chris Schoeneman
00005  *
00006  * This package is free software; you can redistribute it and/or
00007  * modify it under the terms of the GNU General Public License
00008  * found in the file COPYING that should have accompanied this file.
00009  * 
00010  * This package is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  * GNU General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU General Public License
00016  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
00017  */
00018 
00019 // ScreenSaver.framework private API
00020 // Class dumping by Alex Harper http://www.ragingmenace.com/
00021 
00022 #import <Foundation/NSObject.h>
00023 
00024 @protocol ScreenSaverControl
00025 - (double)screenSaverTimeRemaining;
00026 - (void)restartForUser:fp12;
00027 - (void)screenSaverStopNow;
00028 - (void)screenSaverStartNow;
00029 - (void)setScreenSaverCanRun:(char)fp12;
00030 - (BOOL)screenSaverCanRun;
00031 - (BOOL)screenSaverIsRunning;
00032 @end
00033 
00034 
00035 @interface ScreenSaverController:NSObject <ScreenSaverControl>
00036 
00037 + controller;
00038 + monitor;
00039 + daemonConnectionName;
00040 + daemonPath;
00041 + enginePath;
00042 - init;
00043 - (void)dealloc;
00044 - (void)_connectionClosed:fp12;
00045 - (BOOL)screenSaverIsRunning;
00046 - (BOOL)screenSaverCanRun;
00047 - (void)setScreenSaverCanRun:(char)fp12;
00048 - (void)screenSaverStartNow;
00049 - (void)screenSaverStopNow;
00050 - (void)restartForUser:fp12;
00051 - (double)screenSaverTimeRemaining;
00052 
00053 @end
00054 

Generated on Wed Jun 19 2013 00:00:05 for Synergy by  doxygen 1.7.1