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
12
13
14// TabView subpane controller definitions
15@interface SmbiosController : PreferencesControllerBase <GroupControllerProtocol>
16{
17IBOutlet NSButton*mEditSmbios;
18IBOutlet NSButton*mExtractACPITables;
19}
20
21- (IBAction) onCheckButtonChange: (NSButton*) sender;
22- (IBAction) onTextFiedChange: (NSTextField*) sender;
23- (void) setDefaultsValues: (NSMutableDictionary*) dict;
24
25+ (SmbiosController *)instance;
26
27@end
28

Archive Download this file

Revision: 106