Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
Constructor. More... | |
(id) | - initWithButton_item: |
Constructor, with another button item object. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithName:pos:exec:enable:marked:tooltip:label:bitmap: |
Constructor, with parameters. More... | |
(void) | - set:pos:exec:enable:marked:tooltip:label:bitmap: |
Set values. More... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
FSBitmap * | bitmap |
A bitmap object of button. More... | |
NSString * | enable |
An expression string that determines whether to enable the toolbutton. More... | |
NSString * | exec |
The expression string to evaluate when the button is selected. More... | |
NSString * | label |
A text label to be displayed on the button to the right of the icon. More... | |
NSString * | marked |
An expression string that determines whether the toolbutton is marked. More... | |
NSString * | name |
A unique language-independent identifier for the button. More... | |
int | pos |
The button number to place the added button in the toolbar. More... | |
NSString * | tooltip |
The text to display in the button help text when the mouse is over the toolbutton. More... | |
This class represents button item.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
Constructor.
- (id) initWithButton_item: | (FSButtonItem*) | button_item |
Constructor, with another button item object.
[in] | button_item | Another button item object. |
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (id) initWithName: | (NSString *) | name | |
pos: | (int) | pos | |
exec: | (NSString *) | exec | |
enable: | (NSString *) | enable | |
marked: | (NSString *) | marked | |
tooltip: | (NSString *) | tooltip | |
label: | (NSString *) | label | |
bitmap: | (FSBitmap*) | bitmap | |
Constructor, with parameters.
[in] | name | A unique language-independent identifier for the button. |
[in] | pos | The button number to place the added button in the toolbar. |
[in] | exec | The expression string to evaluate when the button is selected. |
[in] | enable | An expression string that determines whether to enable the toolbutton. |
[in] | marked | An expression string that determines whether the toolbutton is marked. |
[in] | tooltip | The text to display in the button help text when the mouse is over the toolbutton. |
[in] | label | A text label to be displayed on the button to the right of the icon. |
[in] | bitmap | A bitmap object of button. |
- (void) set: | (NSString *) | name | |
pos: | (int) | pos | |
exec: | (NSString *) | exec | |
enable: | (NSString *) | enable | |
marked: | (NSString *) | marked | |
tooltip: | (NSString *) | tooltip | |
label: | (NSString *) | label | |
bitmap: | (FSBitmap*) | bitmap | |
Set values.
[in] | name | A unique language-independent identifier for the button. |
[in] | pos | The button number to place the added button in the toolbar. |
[in] | exec | The expression string to evaluate when the button is selected. |
[in] | enable | An expression string that determines whether to enable the toolbutton. |
[in] | marked | An expression string that determines whether the toolbutton is marked. |
[in] | tooltip | The text to display in the button help text when the mouse is over the toolbutton. |
[in] | label | A text label to be displayed on the button to the right of the icon. |
[in] | bitmap | A bitmap object of button. |
|
protected |
|
protected |
|
readwritenonatomiccopy |
A bitmap object of button.
|
readwritenonatomiccopy |
An expression string that determines whether to enable the toolbutton.
|
readwritenonatomiccopy |
The expression string to evaluate when the button is selected.
|
readwritenonatomiccopy |
A text label to be displayed on the button to the right of the icon.
|
readwritenonatomiccopy |
An expression string that determines whether the toolbutton is marked.
|
readwritenonatomiccopy |
A unique language-independent identifier for the button.
|
readwritenonatomicassign |
The button number to place the added button in the toolbar.
|
readwritenonatomiccopy |
The text to display in the button help text when the mouse is over the toolbutton.