masakih

BSIconSetComposer(プロジェクト終了)

  • R/O
  • HTTP
  • SSH
  • HTTPS

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

BathyScapheのアイコンセット生成&適用ツール


ファイル情報

Rev. 6e8cc12f806a8991530cec1b7ebdddcc8223edb7
サイズ 733 バイト
日時 2012-06-02 23:23:37
作者 masakih
ログメッセージ

[Mod] versionを1.5.2に更新

内容

//
//  BSCSLastUpdatePreview.h
//  BSIconSetComposer
//
//  Created by 堀 昌樹 on 12/05/27.
//  Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface BSCSLastUpdatePreview : NSView
{
	NSRect _imageRect;
	NSTimer *_nobinobiTimer;
	NSInteger _nobinobiStatus;
	
	NSImage *_leftImage;
	NSImage *_middleImage;
	NSImage *_rightImage;
	
	NSImageCell *imageCell;
	NSImageCell *defauleImageCell;
}
@property NSRect imageRect;

@property (retain, nonatomic) NSImage *defaultImage;

@property (retain, nonatomic) NSImage *singleImage;
@property (retain, nonatomic) NSImage *leftImage;
@property (retain, nonatomic) NSImage *middleImage;
@property (retain, nonatomic) NSImage *rightImage;
@end