#include <sbImageLabelLinkPropertyBuilder.h>
Public Member Functions | |
sbImageLabelLinkPropertyBuilder () | |
virtual | ~sbImageLabelLinkPropertyBuilder () |
nsresult | Init () |
NS_IMETHOD | Get (sbIPropertyInfo **_retval) |
![]() | |
NS_DECL_ISUPPORTS NS_DECL_SBIPROPERTYBUILDER | sbAbstractPropertyBuilder () |
virtual | ~sbAbstractPropertyBuilder () |
![]() | |
sbIPropertyInfo | get () |
![]() | |
void | addImage (in ACString aKey, in ACString aImageUrl) |
ACString | getImage (in ACString aKey) |
void | addLabel (in ACString aKey, in AString aLabel) |
AString | getLabel (in ACString aKey) |
![]() | |
void | addClickHandler (in sbIClickablePropertyCallback aCallback) |
void | removeClickHandler (in sbIClickablePropertyCallback aCallback) |
Additional Inherited Members | |
![]() | |
static nsresult | GetStringFromName (nsIStringBundle *aBundle, const nsAString &aName, nsAString &_retval) |
static nsresult | CreateBundle (const char *aURLSpec, nsIStringBundle **_retval) |
![]() | |
attribute AString | propertyID |
attribute AString | displayName |
attribute AString | displayNameKey |
attribute boolean | userViewable |
attribute boolean | userEditable |
attribute boolean | remoteReadable |
attribute boolean | remoteWritable |
![]() | |
nsresult | GetFinalDisplayName (nsAString &aDisplayName) |
![]() | |
nsCOMPtr< nsIStringBundle > | mBundle |
nsString | mPropertyID |
nsString | mDisplayName |
nsString | mDisplayNameKey |
PRPackedBool | mUserViewable |
PRPackedBool | mUserEditable |
PRPackedBool | mRemoteReadable |
PRPackedBool | mRemoteWritable |
Definition at line 40 of file sbImageLabelLinkPropertyBuilder.h.
sbImageLabelLinkPropertyBuilder::sbImageLabelLinkPropertyBuilder | ( | ) |
|
virtual |
Definition at line 52 of file sbImageLabelLinkPropertyBuilder.cpp.
NS_IMETHODIMP sbImageLabelLinkPropertyBuilder::Get | ( | sbIPropertyInfo ** | _retval | ) |
Definition at line 82 of file sbImageLabelLinkPropertyBuilder.cpp.
|
virtual |
Reimplemented from sbAbstractPropertyBuilder.
Definition at line 60 of file sbImageLabelLinkPropertyBuilder.cpp.