|
LibreOffice Module filter (master) 1
|
#include <bundles.hxx>
Public Member Functions | |
| void | SetColor (sal_uInt32 nColor) |
| sal_uInt32 | GetColor () const |
| tools::Long | GetIndex () const |
| void | SetIndex (tools::Long nBundleIndex) |
| Bundle () | |
| virtual std::unique_ptr< Bundle > | Clone () |
| virtual | ~Bundle () |
| Bundle (Bundle const &)=default | |
| Bundle (Bundle &&)=default | |
| Bundle & | operator= (Bundle const &)=default |
| Bundle & | operator= (Bundle &&)=default |
Private Attributes | |
| tools::Long | mnBundleIndex |
| sal_uInt32 | mnColor |
Definition at line 28 of file bundles.hxx.
|
inline |
Definition at line 40 of file bundles.hxx.
|
inlinevirtual |
Definition at line 47 of file bundles.hxx.
|
default |
|
default |
|
inlinevirtual |
Reimplemented in LineBundle, MarkerBundle, EdgeBundle, TextBundle, and FillBundle.
Definition at line 45 of file bundles.hxx.
Referenced by CGMElements::InsertBundle().
|
inline |
Definition at line 36 of file bundles.hxx.
References mnColor.
|
inline |
Definition at line 37 of file bundles.hxx.
References mnBundleIndex.
Referenced by CGM::ImplDoClass2(), CGMElements::InsertBundle(), and CGMElements::operator=().
| void Bundle::SetColor | ( | sal_uInt32 | nColor | ) |
Definition at line 25 of file bundles.cxx.
References mnColor.
Referenced by CGM::ImplDoClass2(), and CGMElements::Init().
|
inline |
Definition at line 38 of file bundles.hxx.
References mnBundleIndex.
Referenced by CGMElements::GetBundleIndex(), CGM::ImplDoClass2(), and CGMElements::Init().
|
private |
Definition at line 31 of file bundles.hxx.
Referenced by GetIndex(), and SetIndex().
|
private |
Definition at line 32 of file bundles.hxx.
Referenced by GetColor(), and SetColor().