sbDownloadButtonPropertyValue Class Reference

#include <sbDownloadButtonPropertyInfo.h>

Public Types

enum  Mode {
  eNone = 0, eNew = 1, eStarting = 2, eDownloading = 3,
  ePaused = 4, eComplete = 5, eFailed = 6
}
 

Public Member Functions

 sbDownloadButtonPropertyValue (const nsAString &aValue)
 
Mode GetMode ()
 
void SetMode (Mode aMode)
 
PRUint64 GetTotal ()
 
void SetTotal (PRUint64 aTotal)
 
PRUint64 GetCurrent ()
 
void SetCurrent (PRUint64 aCurrent)
 
void GetValue (nsAString &aValue)
 

Detailed Description

Definition at line 75 of file sbDownloadButtonPropertyInfo.h.

Member Enumeration Documentation

Enumerator
eNone 
eNew 
eStarting 
eDownloading 
ePaused 
eComplete 
eFailed 

Definition at line 78 of file sbDownloadButtonPropertyInfo.h.

Constructor & Destructor Documentation

sbDownloadButtonPropertyValue::sbDownloadButtonPropertyValue ( const nsAString &  aValue)
inline

Definition at line 88 of file sbDownloadButtonPropertyInfo.h.

Member Function Documentation

PRUint64 sbDownloadButtonPropertyValue::GetCurrent ( )
inline

Definition at line 152 of file sbDownloadButtonPropertyInfo.h.

Here is the caller graph for this function:

Mode sbDownloadButtonPropertyValue::GetMode ( )
inline

Definition at line 111 of file sbDownloadButtonPropertyInfo.h.

Here is the caller graph for this function:

PRUint64 sbDownloadButtonPropertyValue::GetTotal ( )
inline

Definition at line 131 of file sbDownloadButtonPropertyInfo.h.

Here is the caller graph for this function:

void sbDownloadButtonPropertyValue::GetValue ( nsAString &  aValue)
inline

Definition at line 172 of file sbDownloadButtonPropertyInfo.h.

Here is the call graph for this function:

void sbDownloadButtonPropertyValue::SetCurrent ( PRUint64  aCurrent)
inline

Definition at line 165 of file sbDownloadButtonPropertyInfo.h.

void sbDownloadButtonPropertyValue::SetMode ( Mode  aMode)
inline

Definition at line 124 of file sbDownloadButtonPropertyInfo.h.

void sbDownloadButtonPropertyValue::SetTotal ( PRUint64  aTotal)
inline

Definition at line 145 of file sbDownloadButtonPropertyInfo.h.


The documentation for this class was generated from the following file: