Home
last modified time | relevance | path

Searched refs:mColourPanel (Results 1 – 25 of 32) sorted by relevance

12

/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DColourManager.cpp19 mColourPanel(nullptr) in ColourManager()
28 mColourPanel = new ColourPanel(); in initialise()
29 mColourPanel->Initialise(); in initialise()
30 mColourPanel->eventEndDialog.connect(this, &ColourManager::notifyEndDialog); in initialise()
31 mColourPanel->eventPreviewColour.connect(this, &ColourManager::notifyPreviewColour); in initialise()
36 delete mColourPanel; in shutdown()
37 mColourPanel = nullptr; in shutdown()
66 mColourPanel->endModal(); in notifyEndDialog()
69 setColour(mColourPanel->getColour()); in notifyEndDialog()
82 mColourPanel->setColour(mPreviewColour); in showColourDialog()
[all …]
H A DPropertyColourControl.cpp18 mColourPanel(nullptr) in PropertyColourControl()
24 delete mColourPanel; in ~PropertyColourControl()
25 mColourPanel = nullptr; in ~PropertyColourControl()
42 mColourPanel = new ColourPanel(); in OnInitialise()
43 mColourPanel->Initialise(); in OnInitialise()
44 mColourPanel->setAlphaSupport(false); in OnInitialise()
45 mColourPanel->eventEndDialog.connect(this, &PropertyColourControl::notifyEndDialog); in OnInitialise()
228 mColourPanel->setColour(mCurrentColour); in notifyMouseButtonClick()
229 mColourPanel->doModal(); in notifyMouseButtonClick()
234 mColourPanel->endModal(); in notifyEndDialog()
[all …]
H A DColourManager.h41 ColourPanel* mColourPanel;
H A DPropertyColourControl.h50 ColourPanel* mColourPanel; variable
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DColourManager.cpp19 mColourPanel(nullptr) in ColourManager()
28 mColourPanel = new ColourPanel(); in initialise()
29 mColourPanel->Initialise(); in initialise()
30 mColourPanel->eventEndDialog.connect(this, &ColourManager::notifyEndDialog); in initialise()
31 mColourPanel->eventPreviewColour.connect(this, &ColourManager::notifyPreviewColour); in initialise()
36 delete mColourPanel; in shutdown()
37 mColourPanel = nullptr; in shutdown()
66 mColourPanel->endModal(); in notifyEndDialog()
69 setColour(mColourPanel->getColour()); in notifyEndDialog()
82 mColourPanel->setColour(mPreviewColour); in showColourDialog()
[all …]
H A DPropertyColourControl.cpp18 mColourPanel(nullptr) in PropertyColourControl()
24 delete mColourPanel; in ~PropertyColourControl()
25 mColourPanel = nullptr; in ~PropertyColourControl()
42 mColourPanel = new ColourPanel(); in OnInitialise()
43 mColourPanel->Initialise(); in OnInitialise()
44 mColourPanel->setAlphaSupport(false); in OnInitialise()
45 mColourPanel->eventEndDialog.connect(this, &PropertyColourControl::notifyEndDialog); in OnInitialise()
228 mColourPanel->setColour(mCurrentColour); in notifyMouseButtonClick()
229 mColourPanel->doModal(); in notifyMouseButtonClick()
234 mColourPanel->endModal(); in notifyEndDialog()
[all …]
H A DColourManager.h41 ColourPanel* mColourPanel;
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DColourManager.cpp19 mColourPanel(nullptr) in ColourManager()
28 mColourPanel = new ColourPanel(); in initialise()
29 mColourPanel->Initialise(); in initialise()
30 mColourPanel->eventEndDialog.connect(this, &ColourManager::notifyEndDialog); in initialise()
31 mColourPanel->eventPreviewColour.connect(this, &ColourManager::notifyPreviewColour); in initialise()
36 delete mColourPanel; in shutdown()
37 mColourPanel = nullptr; in shutdown()
66 mColourPanel->endModal(); in notifyEndDialog()
69 setColour(mColourPanel->getColour()); in notifyEndDialog()
82 mColourPanel->setColour(mPreviewColour); in showColourDialog()
[all …]
H A DPropertyColourControl.cpp18 mColourPanel(nullptr) in PropertyColourControl()
24 delete mColourPanel; in ~PropertyColourControl()
25 mColourPanel = nullptr; in ~PropertyColourControl()
42 mColourPanel = new ColourPanel(); in OnInitialise()
43 mColourPanel->Initialise(); in OnInitialise()
44 mColourPanel->setAlphaSupport(false); in OnInitialise()
45 mColourPanel->eventEndDialog.connect(this, &PropertyColourControl::notifyEndDialog); in OnInitialise()
228 mColourPanel->setColour(mCurrentColour); in notifyMouseButtonClick()
229 mColourPanel->doModal(); in notifyMouseButtonClick()
234 mColourPanel->endModal(); in notifyEndDialog()
[all …]
H A DColourManager.h41 ColourPanel* mColourPanel;
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DColourManager.cpp19 mColourPanel(nullptr) in ColourManager()
28 mColourPanel = new ColourPanel(); in initialise()
29 mColourPanel->Initialise(); in initialise()
30 mColourPanel->eventEndDialog.connect(this, &ColourManager::notifyEndDialog); in initialise()
31 mColourPanel->eventPreviewColour.connect(this, &ColourManager::notifyPreviewColour); in initialise()
36 delete mColourPanel; in shutdown()
37 mColourPanel = nullptr; in shutdown()
66 mColourPanel->endModal(); in notifyEndDialog()
69 setColour(mColourPanel->getColour()); in notifyEndDialog()
82 mColourPanel->setColour(mPreviewColour); in showColourDialog()
[all …]
H A DPropertyColourControl.cpp18 mColourPanel(nullptr) in PropertyColourControl()
24 delete mColourPanel; in ~PropertyColourControl()
25 mColourPanel = nullptr; in ~PropertyColourControl()
42 mColourPanel = new ColourPanel(); in OnInitialise()
43 mColourPanel->Initialise(); in OnInitialise()
44 mColourPanel->setAlphaSupport(false); in OnInitialise()
45 mColourPanel->eventEndDialog.connect(this, &PropertyColourControl::notifyEndDialog); in OnInitialise()
228 mColourPanel->setColour(mCurrentColour); in notifyMouseButtonClick()
229 mColourPanel->doModal(); in notifyMouseButtonClick()
234 mColourPanel->endModal(); in notifyEndDialog()
[all …]
H A DColourManager.h41 ColourPanel* mColourPanel;
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DPropertyFieldColour.cpp24 mColourPanel(nullptr), in PropertyFieldColour()
36 mColourPanel = new ColourPanel(); in PropertyFieldColour()
37 mColourPanel->Initialise(); in PropertyFieldColour()
38 mColourPanel->eventEndDialog.connect(this, &PropertyFieldColour::notifyEndDialog); in PropertyFieldColour()
44 delete mColourPanel; in ~PropertyFieldColour()
45 mColourPanel = nullptr; in ~PropertyFieldColour()
156 mColourPanel->endModal(); in notifyEndDialog()
160 setColour(mColourPanel->getColour(), true); in notifyEndDialog()
186 mColourPanel->setColour(mPreviewColour); in showColourDialog()
187 mColourPanel->setAlphaSupport(false); in showColourDialog()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DPropertyFieldColour.cpp24 mColourPanel(nullptr), in PropertyFieldColour()
36 mColourPanel = new ColourPanel(); in PropertyFieldColour()
37 mColourPanel->Initialise(); in PropertyFieldColour()
38 mColourPanel->eventEndDialog.connect(this, &PropertyFieldColour::notifyEndDialog); in PropertyFieldColour()
44 delete mColourPanel; in ~PropertyFieldColour()
45 mColourPanel = nullptr; in ~PropertyFieldColour()
156 mColourPanel->endModal(); in notifyEndDialog()
160 setColour(mColourPanel->getColour(), true); in notifyEndDialog()
186 mColourPanel->setColour(mPreviewColour); in showColourDialog()
187 mColourPanel->setAlphaSupport(false); in showColourDialog()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DPropertyFieldColour.cpp24 mColourPanel(nullptr), in PropertyFieldColour()
36 mColourPanel = new ColourPanel(); in PropertyFieldColour()
37 mColourPanel->Initialise(); in PropertyFieldColour()
38 mColourPanel->eventEndDialog.connect(this, &PropertyFieldColour::notifyEndDialog); in PropertyFieldColour()
44 delete mColourPanel; in ~PropertyFieldColour()
45 mColourPanel = nullptr; in ~PropertyFieldColour()
156 mColourPanel->endModal(); in notifyEndDialog()
160 setColour(mColourPanel->getColour(), true); in notifyEndDialog()
186 mColourPanel->setColour(mPreviewColour); in showColourDialog()
187 mColourPanel->setAlphaSupport(false); in showColourDialog()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DPropertyFieldColour.cpp24 mColourPanel(nullptr), in PropertyFieldColour()
36 mColourPanel = new ColourPanel(); in PropertyFieldColour()
37 mColourPanel->Initialise(); in PropertyFieldColour()
38 mColourPanel->eventEndDialog.connect(this, &PropertyFieldColour::notifyEndDialog); in PropertyFieldColour()
44 delete mColourPanel; in ~PropertyFieldColour()
45 mColourPanel = nullptr; in ~PropertyFieldColour()
156 mColourPanel->endModal(); in notifyEndDialog()
160 setColour(mColourPanel->getColour(), true); in notifyEndDialog()
186 mColourPanel->setColour(mPreviewColour); in showColourDialog()
187 mColourPanel->setAlphaSupport(false); in showColourDialog()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Demos/Demo_Colour/
H A DDemoKeeper.cpp14 mColourPanel(nullptr), in DemoKeeper()
34 mColourPanel = new ColourPanel(); in createScene()
37 mColourPanel->eventColourAccept = MyGUI::newDelegate(this, &DemoKeeper::notifyColourAccept); in createScene()
44 delete mColourPanel; in destroyScene()
45 mColourPanel = nullptr; in destroyScene()
H A DDemoKeeper.h30 ColourPanel* mColourPanel;
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Demos/Demo_Colour/
H A DDemoKeeper.cpp14 mColourPanel(nullptr), in DemoKeeper()
34 mColourPanel = new ColourPanel(); in createScene()
37 mColourPanel->eventColourAccept = MyGUI::newDelegate(this, &DemoKeeper::notifyColourAccept); in createScene()
44 delete mColourPanel; in destroyScene()
45 mColourPanel = nullptr; in destroyScene()
H A DDemoKeeper.h30 ColourPanel* mColourPanel;
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Demos/Demo_Colour/
H A DDemoKeeper.cpp14 mColourPanel(nullptr), in DemoKeeper()
34 mColourPanel = new ColourPanel(); in createScene()
37 mColourPanel->eventColourAccept = MyGUI::newDelegate(this, &DemoKeeper::notifyColourAccept); in createScene()
44 delete mColourPanel; in destroyScene()
45 mColourPanel = nullptr; in destroyScene()
H A DDemoKeeper.h30 ColourPanel* mColourPanel;
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Demos/Demo_Colour/
H A DDemoKeeper.cpp14 mColourPanel(nullptr), in DemoKeeper()
34 mColourPanel = new ColourPanel(); in createScene()
37 mColourPanel->eventColourAccept = MyGUI::newDelegate(this, &DemoKeeper::notifyColourAccept); in createScene()
44 delete mColourPanel; in destroyScene()
45 mColourPanel = nullptr; in destroyScene()
H A DDemoKeeper.h30 ColourPanel* mColourPanel;

12