Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /bathyscaphe/trunk/application/source/browser/BSThreadListTask.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1422 - (show annotations) (download) (as text)
Tue May 1 13:07:47 2012 UTC (12 years ago) by masakih
File MIME type: text/x-chdr
File size: 689 byte(s)
change task classes for thread list.

1 //
2 // BSThreadListTask.h
3 // BathyScaphe
4 //
5 // Created by Hori,Masaki on 12/04/29.
6 // Copyright 2012 BathyScaphe Project. All rights reserved.
7 // encoding="UTF-8"
8 //
9
10 #import <Cocoa/Cocoa.h>
11
12 #import "CMRTask.h"
13 #import "CMXWorkerContext.h"
14
15 @interface BSThreadListTask : NSObject <CMRTask>
16 {
17 // CMRThreadLayoutTask
18 BOOL _isInProgress;
19 BOOL _isInterrupted;
20 NSString *_message;
21 CGFloat _amount;
22 }
23 @property (readonly) id identifier;
24 @property BOOL isInProgress;
25 @property BOOL isInterrupted;
26 @property (readonly) NSString *title;
27 @property (readonly, copy) NSString *message;
28 @property CGFloat amount;
29
30 - (void)excute;
31
32 // register to CMRTaskManager and excute.
33 - (void)run;
34 @end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26