LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
ImplBitmapPalette Class Reference

Public Member Functions

 ImplBitmapPalette (std::initializer_list< BitmapColor > aBitmapColor)
 
 ImplBitmapPalette (const BitmapColor *first, const BitmapColor *last)
 
 ImplBitmapPalette ()
 
 ImplBitmapPalette (sal_uInt16 nCount)
 
std::vector< BitmapColor > & GetBitmapData ()
 
const std::vector< BitmapColor > & GetBitmapData () const
 
bool operator== (const ImplBitmapPalette &rBitmapPalette) const
 

Private Attributes

std::vector< BitmapColormaBitmapColor
 

Detailed Description

Definition at line 33 of file bitmappalette.cxx.

Constructor & Destructor Documentation

◆ ImplBitmapPalette() [1/4]

ImplBitmapPalette::ImplBitmapPalette ( std::initializer_list< BitmapColor aBitmapColor)
inline

Definition at line 36 of file bitmappalette.cxx.

◆ ImplBitmapPalette() [2/4]

ImplBitmapPalette::ImplBitmapPalette ( const BitmapColor first,
const BitmapColor last 
)
inline

Definition at line 40 of file bitmappalette.cxx.

References first, and last.

◆ ImplBitmapPalette() [3/4]

ImplBitmapPalette::ImplBitmapPalette ( )
inline

Definition at line 44 of file bitmappalette.cxx.

◆ ImplBitmapPalette() [4/4]

ImplBitmapPalette::ImplBitmapPalette ( sal_uInt16  nCount)
inline

Definition at line 45 of file bitmappalette.cxx.

References nCount.

Member Function Documentation

◆ GetBitmapData() [1/2]

std::vector< BitmapColor > & ImplBitmapPalette::GetBitmapData ( )
inline

Definition at line 49 of file bitmappalette.cxx.

References maBitmapColor.

◆ GetBitmapData() [2/2]

const std::vector< BitmapColor > & ImplBitmapPalette::GetBitmapData ( ) const
inline

Definition at line 50 of file bitmappalette.cxx.

References maBitmapColor.

◆ operator==()

bool ImplBitmapPalette::operator== ( const ImplBitmapPalette rBitmapPalette) const
inline

Definition at line 51 of file bitmappalette.cxx.

References maBitmapColor.

Member Data Documentation

◆ maBitmapColor

std::vector<BitmapColor> ImplBitmapPalette::maBitmapColor
private

Definition at line 57 of file bitmappalette.cxx.

Referenced by GetBitmapData(), and operator==().


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