#include <opbarcreation.h>
Inheritance diagram for OpParamBarCreation:
Public Member Functions | |
OpParamBarCreation () | |
OpParamBarCreation (BOOL WantMouse, BOOL WantClicked, BOOL WantSelected, BOOL WantBackBar, BOOL IsVertical, BOOL SuggestDesign, INT32 NoOfButtons, BOOL WantDefault=TRUE, INT32 StateReuse=2, INT32 Spacing=0, BOOL ContinuousBar=FALSE, BOOL ButtonsAllSameSize=FALSE, String_256 BarName="Bar1", BOOL FromSelection=TRUE, BYTE ExtendFlags=3, BOOL DelExistingState=FALSE) | |
Public Attributes | |
BOOL | m_WantMouse |
BOOL | m_WantClicked |
BOOL | m_WantSelected |
BOOL | m_IsVertical |
BOOL | m_SuggestDesign |
BOOL | m_ContinuousBar |
BOOL | m_ButtonsAllSameSize |
INT32 | m_NoOfButtons |
BOOL | m_WantDefault |
INT32 | m_StateReuse |
String_256 | m_BarName |
INT32 | m_Spacing |
BOOL | m_FromSelection |
BOOL | m_WantBackBar |
BYTE | m_ExtendFlags |
BOOL | m_DelExistingState |
Definition at line 167 of file opbarcreation.h.
|
Definition at line 172 of file opbarcreation.h. 00173 { 00174 m_WantMouse = TRUE; 00175 m_WantClicked = FALSE; 00176 m_WantSelected = TRUE; 00177 m_IsVertical = TRUE; 00178 m_SuggestDesign = FALSE; 00179 m_NoOfButtons = 4; 00180 m_WantDefault = TRUE; 00181 m_StateReuse = REPLACE_SOME_STATES; 00182 m_BarName = _T("Bar1"); 00183 m_ContinuousBar = FALSE; 00184 m_ButtonsAllSameSize = FALSE; 00185 m_Spacing = 0; 00186 m_FromSelection = TRUE; 00187 m_WantBackBar = FALSE; 00188 m_ExtendFlags = 3; 00189 m_DelExistingState = FALSE; 00190 }
|
|
Definition at line 192 of file opbarcreation.h. 00196 { 00197 m_WantMouse = WantMouse; 00198 m_WantClicked = WantClicked; 00199 m_WantSelected = WantSelected; 00200 m_IsVertical = IsVertical; 00201 m_SuggestDesign = SuggestDesign; 00202 m_NoOfButtons = NoOfButtons; 00203 m_WantDefault = WantDefault; 00204 m_StateReuse = StateReuse; 00205 m_Spacing = Spacing; 00206 m_BarName = BarName; 00207 m_ContinuousBar = ContinuousBar; 00208 m_ButtonsAllSameSize = ButtonsAllSameSize; 00209 m_FromSelection = FromSelection; 00210 m_WantBackBar = WantBackBar; 00211 m_ExtendFlags = ExtendFlags; 00212 m_DelExistingState = DelExistingState; 00213 }
|
|
Definition at line 225 of file opbarcreation.h. |
|
Definition at line 221 of file opbarcreation.h. |
|
Definition at line 220 of file opbarcreation.h. |
|
Definition at line 230 of file opbarcreation.h. |
|
Definition at line 229 of file opbarcreation.h. |
|
Definition at line 227 of file opbarcreation.h. |
|
Definition at line 218 of file opbarcreation.h. |
|
Definition at line 222 of file opbarcreation.h. |
|
Definition at line 226 of file opbarcreation.h. |
|
Definition at line 224 of file opbarcreation.h. |
|
Definition at line 219 of file opbarcreation.h. |
|
Definition at line 228 of file opbarcreation.h. |
|
Definition at line 216 of file opbarcreation.h. |
|
Definition at line 223 of file opbarcreation.h. |
|
Definition at line 215 of file opbarcreation.h. |
|
Definition at line 217 of file opbarcreation.h. |