ARVideoSettingsController.h
Go to the documentation of this file.
00001 /*
00002  *      Copyright (c) 2005-2007 Philip Lamb (PRL) phil@eden.net.nz. All rights reserved.
00003  *      
00004  *      Rev             Date            Who             Changes
00005  *      1.0.0   2005-03-08      PRL             Written.
00006  *
00007  */
00008 /*
00009  * 
00010  * This file is part of ARToolKit.
00011  * 
00012  * ARToolKit is free software; you can redistribute it and/or modify
00013  * it under the terms of the GNU General Public License as published by
00014  * the Free Software Foundation; either version 2 of the License, or
00015  * (at your option) any later version.
00016  * 
00017  * ARToolKit is distributed in the hope that it will be useful,
00018  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00019  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00020  * GNU General Public License for more details.
00021  * 
00022  * You should have received a copy of the GNU General Public License
00023  * along with ARToolKit; if not, write to the Free Software
00024  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00025  * 
00026  */
00027 
00028 #import <Cocoa/Cocoa.h>
00029 #import "videoInternal.h"
00030 
00031 @interface ARVideoSettingsController : NSObject {
00032         @private
00033         int                                     inputIndex;
00034         SeqGrabComponent        seqGrab; 
00035         SGChannel                       sgchanVideo;
00036         int                                     mVersion;
00037         UserData                        mUserData;
00038 }
00039 
00040 - (id)initInput:(int)inInputIndex withSeqGrabComponent:(SeqGrabComponent)inSeqGrab withSGChannel:(SGChannel)inSgchanVideo;
00041 - (void)dealloc;
00042 - (IBAction)sgConfigurationDialog:(id)sender withStandardDialog:(int)standardDialog;
00043 - (OSErr)loadUserData:(UserData *)outUserData fromDefaults:(NSUserDefaults *)inDefaults forKey:(NSString *)inKey;
00044 - (OSErr)saveUserData:(UserData)inUserData toDefaults:(NSUserDefaults *)inDefaults withKey:(NSString *)outKey;
00045 
00046 @end
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


ar_recog
Author(s): Graylin Trevor Jay and Christopher Crick
autogenerated on Fri Jan 25 2013 12:14:59