The R Project SVN R-packages

Rev

Rev 7916 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7916 Rev 8064
Line 24... Line 24...
24
 *  A copy of the GNU General Public License is available via WWW at
24
 *  A copy of the GNU General Public License is available via WWW at
25
 *  http://www.gnu.org/copyleft/gpl.html.  You can also obtain it by
25
 *  http://www.gnu.org/copyleft/gpl.html.  You can also obtain it by
26
 *  writing to the Free Software Foundation, Inc., 59 Temple Place,
26
 *  writing to the Free Software Foundation, Inc., 59 Temple Place,
27
 *  Suite 330, Boston, MA  02111-1307  USA.
27
 *  Suite 330, Boston, MA  02111-1307  USA.
28
 *
28
 *
29
 *  $Id: RController.h 7916 2021-01-25 03:35:33Z urbaneks $
29
 *  $Id: RController.h 8064 2022-04-02 23:14:19Z urbaneks $
30
 */
30
 */
31
 
31
 
32
#import "RGUI.h"
32
#import "RGUI.h"
33
 
33
 
34
#include <R.h>
34
#include <R.h>
Line 174... Line 174...
174
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_9
174
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_9
175
#define USE_APPNAP_API
175
#define USE_APPNAP_API
176
@property (strong) id  activity;
176
@property (strong) id  activity;
177
#endif
177
#endif
178
 
178
 
-
 
179
+ (NSString*) userLibraryPath;
-
 
180
 
179
	/* process pending events. if blocking is set to YES then the method waits indefinitely for one event. otherwise only pending events are processed. */
181
	/* process pending events. if blocking is set to YES then the method waits indefinitely for one event. otherwise only pending events are processed. */
180
- (void) doProcessEvents: (BOOL) blocking;
182
- (void) doProcessEvents: (BOOL) blocking;
181
 
183
 
182
- (void) addChildProcess: (pid_t) pid;
184
- (void) addChildProcess: (pid_t) pid;
183
- (void) rmChildProcess: (pid_t) pid;
185
- (void) rmChildProcess: (pid_t) pid;