mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
@ -551,7 +551,7 @@ void plGraphPlate::SetDataColors( const std::vector<uint32_t> & hexColors )
|
||||
|
||||
//// SetLabelText ////////////////////////////////////////////////////////////
|
||||
|
||||
void plGraphPlate::SetLabelText( char *text1, char *text2, char *text3, char *text4 )
|
||||
void plGraphPlate::SetLabelText(const char *text1, const char *text2, const char *text3, const char *text4 )
|
||||
{
|
||||
std::vector<std::string> strings;
|
||||
if( text1 != nil )
|
||||
|
@ -170,7 +170,7 @@ class plGraphPlate : public plPlate
|
||||
|
||||
void SetDataRange( uint32_t min, uint32_t max, uint32_t width );
|
||||
void SetDataLabels( uint32_t min, uint32_t max );
|
||||
void SetLabelText( char *text1, char *text2 = nil, char *text3 = nil, char *text4 = nil );
|
||||
void SetLabelText(const char *text1, const char *text2 = nil, const char *text3 = nil, const char *text4 = nil );
|
||||
void SetLabelText( const std::vector<std::string> & text );
|
||||
void ClearData( void );
|
||||
|
||||
|
Reference in New Issue
Block a user