ParentPathSelectorCreateParams Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 34 of FileExplorer/ParentPathSelector.cm

Constructors & Destructor

public ParentPathSelectorCreateParams(ControlCreateParams& controlCreateParams_, ImageList* imageList_)

Member Functions

public ParentPathSelectorCreateParams& Defaults()
public ParentPathSelectorCreateParams& SetImagePadding(const Padding& imagePadding_)
public ParentPathSelectorCreateParams& SetMouseClickColor(const Color& mouseClickColor_)
public ParentPathSelectorCreateParams& SetMouseOverColor(const Color& mouseOverColor_)

Member Variables

public ControlCreateParams& controlCreateParams
public ImageList* imageList
public Padding imagePadding
public Color mouseClickColor
public Color mouseOverColor

Constructor& Destructor Details

ParentPathSelectorCreateParams Constructor

public ParentPathSelectorCreateParams(ControlCreateParams& controlCreateParams_, ImageList* imageList_)

Definition
Line 36 of FileExplorer/ParentPathSelector.cm


Member Function Details

Defaults Member Function

public ParentPathSelectorCreateParams& Defaults()

Definition
Line 44 of FileExplorer/ParentPathSelector.cm


SetImagePadding Member Function

public ParentPathSelectorCreateParams& SetImagePadding(const Padding& imagePadding_)

Definition
Line 58 of FileExplorer/ParentPathSelector.cm


SetMouseClickColor Member Function

public ParentPathSelectorCreateParams& SetMouseClickColor(const Color& mouseClickColor_)

Definition
Line 53 of FileExplorer/ParentPathSelector.cm


SetMouseOverColor Member Function

public ParentPathSelectorCreateParams& SetMouseOverColor(const Color& mouseOverColor_)

Definition
Line 48 of FileExplorer/ParentPathSelector.cm