MCPcopy Create free account
hub / github.com/ColorCop/ColorCop / OnPopupHexmodePowerbuilder

Method OnPopupHexmodePowerbuilder

ColorCop/ColorCopDlg.cpp:2863–2873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2861}
2862
2863void CColorCopDlg::OnPopupHexmodePowerbuilder() {
2864 SetStatusBarText(IDS_MODE_POWERBUILDER, 1);
2865
2866 // Clear all other modes
2867 m_Appflags &= ~kAllColorModes;
2868 // Set Powerbuilder mode
2869 m_Appflags |= ModePowerBuilder;
2870
2871 OnconvertRGB();
2872 OnCopytoclip();
2873}
2874
2875void CColorCopDlg::OnPopupModeVisualbasichex() {
2876 SetStatusBarText(IDS_MODE_VISUALB, 1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected