Chameleon Applications

Chameleon Applications Svn Source Tree

Root/trunk/ChameleonPrefPane/Sources/SmbiosController.h

1//
2// EfiInject.h
3// ChameleonPrefPane
4//
5// Created by Rekursor on 1/26/10.
6//
7
8#import <Cocoa/Cocoa.h>
9#import <PreferencesControllerBase.h>
10
11
12const NSString* kAppleSmbiosFileName = @"appleSmbios.plist";
13
14
15// TabView subpane controller definitions
16@interface SmbiosController : PreferencesControllerBase <GroupControllerProtocol>
17{
18IBOutlet NSButton*mEditSmbios;
19IBOutlet NSButton*mAppleSmbios;
20IBOutlet NSButton*mExtractACPITables;
21}
22
23- (IBAction) onCheckButtonChange: (NSButton*) sender;
24- (IBAction) onTextFiedChange: (NSTextField*) sender;
25- (void) setDefaultsValues: (NSMutableDictionary*) dict;
26
27+ (SmbiosController *)instance;
28
29@end
30

Archive Download this file

Revision: 386