ContainerPanel.h
Go to the documentation of this file.
1 /*--------------------------------------------------------------------------------------+
2 |
3 | Supplied under applicable software license agreement.
4 |
5 | Copyright (c) 2018 Bentley Systems, Incorporated. All rights reserved.
6 |
7 +---------------------------------------------------------------------------------------*/
8 #pragma once
9 
10 #include <Mstn\MdlApi\DialogItem.h>
11 #include <Mstn\MdlApi\GuiLayout.h>
12 
14 
15 /*---------------------------------------------------------------------------------**/
29  {
32  MSCORE_EXPORT UInt32 GetAttributes ();
33 
37  MSCORE_EXPORT StatusInt SetAttributes (UInt32 attributes, bool redraw = true);
38 
43  MSCORE_EXPORT StatusInt SetContainer (int containerId, MdlDescP containerOwnerMD, bool redraw = true);
44 
45  };
46 
StatusInt SetContainer(int containerId, MdlDescP containerOwnerMD, bool redraw=true)
Sets the Container hosted by the ContainerPanel dialog item.
UInt32 GetAttributes()
Gets the attributes of this ContainerPanel.
uint32_t UInt32
Definition: Bentley.r.h:128
DialogItem represents a dialog item in a MicroStation/PowerPlatform dialog box.
Definition: DialogItem.h:44
int StatusInt
Definition: Bentley.h:222
struct mdlDesc * MdlDescP
Definition: ConfigurationManager.h:13
struct ContainerPanel * ContainerPanelP
Definition: ContainerPanel.h:13
DialogItemAttributes attributes
Attributes from the resource.
Definition: DialogItem.h:56
StatusInt SetAttributes(UInt32 attributes, bool redraw=true)
Sets/updates the attributes of this ContainerPanel.
The ContainerPanel struct represents a ContainerPanel dialog item in a MicroStation/PowerPlatform dia...
Definition: ContainerPanel.h:28

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.