Utah Raster Toolkit
9999-git
URT Development version (post-3.1b)
Main Page
Data Structures
Files
File List
Globals
get
next
Myapp.h
Go to the documentation of this file.
1
#
import
<
appkit
/
Application
.
h
>
2
3
// Myapp.h
4
//
5
// Written by Vince DeMarco
6
// demarco@cpsc.ucalgary.ca
7
//
8
// This program is In the Public Domain. If you make any improvements to this
9
// program please let me know
10
11
@
interface
Myapp
:
Application
12
{
13
id
openpanel
;
14
id
savepanel
;
15
id
savePanelAccessory
;
16
id
compPopUP
;
17
int
saveType
;
/* 1 tiff 2 eps */
18
}
19
20
+
new
;
21
- (
int
)
appOpenFile
:(
const
char
*)fullPath
type
:(
const
char
*)type;
22
- (
BOOL
)
appAcceptsAnotherFile
:sender;
23
-
openfile
:sender;
24
-
print
:sender;
25
-
save
:sender;
26
-
saveTypeEPS
:sender;
27
-
saveTypeTiff
:sender;
28
- (
int
)
setCompType
;
29
@
end
-[Myapp setCompType]
int setCompType()
Definition:
Myapp.m:128
Myapp::compPopUP
id compPopUP
Definition:
Myapp.h:16
-[Myapp appAcceptsAnotherFile:]
BOOL appAcceptsAnotherFile:(id sender)
Definition:
Myapp.m:47
-[Myapp saveTypeTiff:]
id saveTypeTiff:(id sender)
Definition:
Myapp.m:119
-[Myapp saveTypeEPS:]
id saveTypeEPS:(id sender)
Definition:
Myapp.m:110
Myapp::savepanel
id savepanel
Definition:
Myapp.h:14
Myapp::savePanelAccessory
id savePanelAccessory
Definition:
Myapp.h:15
Myapp::openpanel
id openpanel
Definition:
Myapp.h:13
-[Myapp save:]
id save:(id sender)
Definition:
Myapp.m:89
+[Myapp new]
id new()
Myapp::saveType
int saveType
Definition:
Myapp.h:17
-[Myapp openfile:]
id openfile:(id sender)
Definition:
Myapp.m:52
-[Myapp print:]
id print:(id sender)
Definition:
Myapp.m:83
-[Myapp appOpenFile:type:]
int appOpenFile:type:(const char *fullPath,[type] const char *type)
Definition:
Myapp.m:34
Myapp
Definition:
Myapp.m:25
Generated on Thu Sep 24 2015 11:47:03 for Utah Raster Toolkit by
1.8.10